I want to include a dynamic column name in an update. The simple Update Data activity will not work, because it does not allow me to dynamically change the column based on the data.
Basically, I request a form from all employees every month. I want to record the form they submit in the appropriate column for that month. So, if someone submits for January, I want to mark it in the January column, February in the February column, etc.
I've written a custom query and can get it to work fine when I test it by manually inputting data, but when I pull the same data from my PDF form, I get no results.
On this query I get 1 row(s) affected.
When I actually run it, my track tokens returns no results
What am I missing here? Thank you for any insight.