Hello,
I have a workflow that I manually edit a formula to change a decimal point multiplier. Is there a way to build a macro that would allow me to enter multiple number inputs and have the workflow run each of the different inputs at once and then output each version?
Thank you!
Hi @bgrossman1 I'd advise you start researching and looking at batch macros, with this type of concept, you pass a list of values into a 'control parameter' input, and then you'll macro will repeat for each row of data you pass into it.
Take a look at the videos in the academy page on here and if you need further help as you go deeper into your usecase please shout.
Ben