Skip to main content
gautams4173
December 5, 2023
Question

Data Save To RI

  • December 5, 2023
  • 10 replies
  • 0 views

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 ?

10 replies

davidj137213
December 5, 2023

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.

gautams4173
December 5, 2023

Hi [mention:04c48a6a061f4609acd71aebfc4be9ad:e9ed411860ed4f2ba0265705b8793d05] 

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

December 5, 2023

Saveinto doesn't execute untill unless we do some action on the field. So default values wont save in the saveinto variables.

December 5, 2023

Could you please explain why the data needs to be saved to rule input here, why can't local var be used here

gautams4173
December 5, 2023

Hi [mention:2970d12bb20f49eeb02bd765b3e6150e:e9ed411860ed4f2ba0265705b8793d05] 

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 

December 5, 2023

You can also consider calling the integration inside PM itself.