Hello Everyone,
I am trying to find out the ways to access the values entered by user on the current screen and also the other pages in the application. Couple of API's that I came across were getClientData() and getAPIClientData().
In the below screenshot I have attached a rule to the field "phone number" and I am able to see the value that I entered in there using context.getValue() . Thanks to Bill Froelich for helping me with that.
But I am wondering how to access the remaining values from the current page and the other pages in a rule or from any part of the JS code in the application.
Below screenshot shows that I am able to get the value from context.getValue() but getClientData and getAPIClientData() returns nothing.