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.