Stored attribute based on calculated attributes

0
for a calculated attribute “Pesent User” I am using a microflow (datatype string). Inside the same micrflow i want to chnage an other different stored attribute.  for example initally attribute “NextUser” is empty. I want to calculate the “PresentUser” and store it in “NextUser” by using chnage object acctivity.  is that possible?
asked
1 answers
2

Yes, it is definitely possible.

You can use a change object to change a stored attribute, inside a microflow used to calculate an attribute.

answered