Reuse a Value in microflows

0
Hi Team, I have a dynamic value which is a response of a REST call in one of the microflow, now I want to reuse that value in another microflow . How can I do that?
asked
1 answers
0

You could store the value in an entity(persistant or non persistant) or you could give the value to the next microflow as a parameter.

answered