How to insert a data from a variable into entity using on the same microflow?

0
I have got the value from  a rest service and then I stored that value into a variable.Now I want to insert that value into an entity.
asked
1 answers
2

Do you already have an object of this entity? If yes, use the change action to change an attribute of your object. If no, use the create object action to create an object of your entity. In this create action you can directy enter your variable.

answered