Triggering a custom action when user visits page

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”):

Screen Shot 2022-04-08 at 11.57.34

Any idea how can I do it without a button?
I want it all to happen automatically when a user visits the page…

Try using a countdown timer component, time it for 1 second and have the action when the timer completes.

3 Likes


:slightly_smiling_face:

:point_up_2:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.