Hello Community,
I am trying to create a workflow that will loop through making updates to inputs based on outputs within the workflow. I have attached the starting point of the workflow that I know will have to be turned into a macro. It currently is using Text Inputs for all data but will be a normal Input from Excel once completed and more data is added.
The concept is to take the starting data, combine information together, that will produce outputs. There are three outputs
- Visit Information
- Updated Status
- Updated Next Due
The Text Inputs for Status and Next Due comprise current information that would change after each iteration. The Updated Status output information would replace the information in the incoming Status Text Input and the Updated Next Due would replace the information in the incoming Next Due Text Input. Visit Information would be appended after each iteration.
I would want to loop through this a few times and could probably simply copy and past what I have done further along in the workflow, but know it would be more efficient looping through a macro but I'm not really clear on how to do it.
Anyone up for the challenge?
Thanks so much in advance.
Neil