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
Could you please explain why the data needs to be saved to rule input here, why can't local var be used here
I have an interface which is used as a start form for a process model.
Now this interface calls a child interface in which the integration is called (ps: I cannot call the integration in parent UI)
This is the reason why we need to populate this integration data in the RI so that I can use it in my PM to store to DB
You can also consider calling the integration inside PM itself.
Cant do that
Its a generic PM for other stuff .. .cant incorporate this in it
Why can't you call this in the parent Interface?
You can create wrapper process model on top of generic process model and read the integration output
Saveinto doesn't execute untill unless we do some action on the field. So default values wont save in the saveinto variables.
That it self is generic .. If it was possible would have called there only