I have two microflows and these two microflows returns a value. microflow a -> returns a value microflow b -> returns a value and now in the microflow i am having a variable, that variable holds a string value, which has to be updated on the entity attribute). how can i achieve this. note: Cannot commit as the string value which has to be updated on the attribute, will be removed in the end, its a value to show on the Ui. Any idea would help. Thanks in advance
asked
Abdur Rahman
1 answers
0
Hello Abdur,
I am not sure if i fully get it but maybe you can use a non-persistent entity for this set the value on its attribute and refresh it after setting it.
Using this set up prevents it for ending up in your database.