Hey guys,
I was able to call a custom action upon visiting the page:
But… I also want to update some text fields (“inputs”) with the results of this custom action. I want it all to happen upon visiting the page (without clicking anything). There are no custom actions when I try to do it:
If I put a button that does this custom action, then it works well and I can see the custom action results when updating a text field (“input”):
Any idea how can I do it without a button?
I want it all to happen automatically when a user visits the page…