Hello, My question is pretty basic. I have 8 associations to an approver list. each association is filled out with an approver, half the associations are for finance people, the other half are for the sales people. On a page I have 8 reference selectors to choose from a list of finance and sales people. I use a microflow to limit the list down depending on what has been chosen on each prior step. Anyway… I now have 8 different workflows that are literally the same exact thing except for the associative path that I need to fill out. So when I choose the change object in a microflow, I literally have to make a new one just to say change object for MyFirstModule.Areas/MyFirstModule.FINANCE_EMAIL, then another for MyFirstModule.Areas/MyFirstModule.SALES_EMAIL etc… So instead of having 8 different microflows, I was curious if the microflow knew where the event that called it came from? for example in javascript with an event, you can find the id of the element that caused the event to be triggered… Is there something like this? If so I would then be able to create 1 WF that has a series of if statements (switch statement) that can change the association accordingly.
↧