How to save the reference selector value into one entity ?

0
  Hi all, how to save the right hand side value into left hand side ?
asked
2 answers
1

Hello Yi,

 

First you need to create a microflow 

then pass the parameter where you want to keep the reference selector value

then retrieve the value from the association

then add a change object activity and in this activity change the parameter to set the value of shiftid equals to retrieved ActiveShifts/shiftid and

commit it .

Now you can see that Shift id is there!

 

Please try and let me know 

Hope it helps ! 

answered
0

Hello,   

We can do this by microflow, use retrieve over association activity and then change the object and commit.

Thanks

answered