Skip to main content

Hello,

Looking for a little guidance on how to get client side JavaScript to work. We are evaluating a platform called UserFlow the automates onboarding by guiding you through the product with prompts and such.

The installation require injecting JavaScript into the body of the page then calling a couple of functions to initialize and start user flows.

I placed the main JavaScript into a columns container in the header of the Customers page, then attempted to initialize in the Init property of the data source. I even put a couple of buttons on the screen to call the initialize and start functions. 

Does it look like this should work?

 

 

 

Thanks,

Mark

@Zoltan Febert 


@mpierson @darylbowman  Based on the screenshots, I’d say something like this should work.


Hello @mpierson ,

Try checking the “CommandPerformed” rather initialize.

Here is a sample might help.

https://stackoverflow.com/questions/56006748/dynamically-change-button-color/56008485#56008485


I was able to get the script to run just from the JavaScript control.


Reply