Is it possible to use query parameters in workbench?
Can the parameter receive it's value from a query on a domo dataset?
Here is what we are trying to do:
We have some large tables that we would like to refresh often. Currently they are uploaded using the Replace method.
We would like instead to use the Append method and push only data that is not yet in Domo.
Unfortuanly we have no way of tracking changes to our data from our side, however if we could get the MAX(Id) of one of the fields then it would be possible to know what to push.
The question is then: Can I query the Dataset in Domo first to get the MAX(Id) and use that in a paremeter in workbench to select our data where the Id > @parameter?
Thanks for the help!