Hello!
I have one workflow that gives me the max_date of a table.
Later in the process, I need to update a part of another string that contains the old date with this new max_date.
For example, let's say that the first workflow gives me a max_date = 09/21/2022 and the other input has a max_date = 09/20/2022. Then, I would need to dynamically update the second string (that later I'll use to build a query) with this new max_date.
I was using the action tool but I wasn't able to achieve what I need.
Any ideas on how to do that?
Thanks!