Tips & Tricks

Go To Function | go_to(screen_name/screen_id)

App Builder & Automation Expert

Stay Updated with ProcFu!

Subscribe to our newsletter for the latest tips, updates, and automation insights.

Subscribe Now

You can now use the universal go_to function to navigate to any screen by name from any code event — whether it's in ProcScript or JavaScript.

For example, if you have a screen called MyScreen, you can navigate to it like this:

go_to('MyScreen/screen_id');

You can also use variables dynamically, like so:

go_to("MyScreen/screen_id" + item_id);

This function helps simplify screen transitions and makes your workflows more flexible and efficient.

Love using ProcFu Guide?

Share your testimonial and let us know how ProcFu has helped you.

Share Your Testimonial

Built with ❤️ by Thaha for the Community