Hi Team,
I have designed an interface which has 1 Rule Input
Now on the UI I am calling an integration and getting data from the integration
The requirement here is to save the data coming from the integration to rule input but without clicking any buttons. i.e. there are no buttons in the interface (if there were buttons I could have used the saveInto parameter of it)
Is there any alternative way to save the data to my RI ?
Discussion posts and replies are publicly visible
Try using a textField, in the value call the integration, and in the saveInto, update the ri value....
In this way you will have a saveInto to work work with , without using a button...
Update if works please.
Hi
This does not work .. for this to work the user needs to do some action in the textField box ... for my use case the user does no action
Thanks
Saveinto doesn't execute untill unless we do some action on the field. So default values wont save in the saveinto variables.