We are building a workflow which should do the following:
1. Every time we run the workflow The Column named "Version" will increment by 1.
note: that the version starts with 0
2. Tab name- Every time the version increments it should add another tab in excel named sheet_1
Example: If I have a sheet name "Sheet_" and when i run the workflow it should create a new sheet named "Sheet_v1"
3. Condition: This should only happen when you run the workflow within the same day.
Any tips and help will be highly appreciated. Thank you so much.
Résolu ! Accéder à la solution.
You can try this: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Count-Workflow-Runs/td-p/74543...
A different take on your question, but in the same lines of thought.
Thank you so much. This is the solution im looking for.