Hi Prontus,
Did you try creating an Enum variable and writing an if-else condition there??
and then setting the value based on the Enum?
Or maybe we can connect through google meet??
Let me know?
Hope it helps!
Hello,
I'm not sure where you want me to use the Enum, because nowhere in the "Change Object" dialogue can I put a dynamic value:
This image is just to further clarify the thing that I want to dynamically change.
Depending on a parameter of the flow itself, I want to change the member from NewAddressValidated to PrevAddressValidated (for example).
A practical example of the way of working I envision is: When I call the flow - I want to set the MemberToChange parameter to the member name, which in this case would be either "NewAddressValidated" or "PrevAddressValidated", and depending on which member I choose as the parameter, I can bind this parameter to the Change Object activity.
Thank you.
With the addition of Primitive Variables in Mendix 10.13.0, this is no longer much of an issue.
Now you can create a decision tree within one microflow to do different activities on different members. You still cannot conditionally choose which member within one change object activity, which I would love to see the possibility to do, but at least there's a greater reusability aspect in microflows now.
Good job Mendix team! :)