Hi Everyone,
This is my first post on this community.I have recently started Alteryx Automation and Im loving it so far.
I connect to a aSQL server using alteryx to get data from the server to change values of specific column that have been populated for some given condition.
I will change these values manually and re-run it the next day and so on.
I would have to revert back the change after the date that has been specified in the data.
for better understanding Ill share an example
lets take today as (11/11/2021)
- data fromSQL server - change value from 23 to 25
| column A | value | date to be reverted |
| 1235 | 23 | 12/11/2021 |
| 1232 | 23 | 12/11/2021 |
| 1222 | 25 | 11/11/2021 |
| 1235 | 23 | 13/11/2021 |
change the value from 23 to 25 , and back to 23 on the date specified on column C
****IMPORTANT**** If there are 25 on the value column ( B ) - check for when to revert ( date column ) and revert it back respectively .
Now can anyone assist me on automating the process of reverting the data from 25 to 23 on the date specified. I am stuck in this for weeks and cannot move forward.
pitch in any solution that is relevent that might help.
Thanks in advance.