How to retain variables?

0
This Entity "batch_dt(Date and Time)"  I want to define and retain this date to various values. for example.. ・YYYYMM ・MM ・DD   I converted the variable using the "create variables". "YYYYMM" and "YYYY". How can I use this converted value in other microflow?
asked
2 answers
0

Try parameter passing or associating with the current session

answered
0

Hi Fujji, 

I believe we can create a new entity and add 4 variables and store these variables in those attributes. 

use the new entity as parameter to be passed and we can extract the attributes as and when required. 

answered