When trying to use a field name on the configuration of a google sheet output, I am getting and error stating "Error: Google Drive Output (328): Worksheet does not exist
".
The field name is External ID and the output is a series of 6 digits (i.e. 121000 or 124100 etc). The names of my tabs in the google sheet match character for character, and exist in the sheet. I am able to push in data to a specific sheet name in the data range, but as soon as I switch it to a field and make it dynamic it fails. I am looking to run a workflow to overwrite tabs, where the data in the field External ID matches the tab name in my host google sheet.
I have tried to change the data type on the output from string to double or int, and none of the field types match. It seems as if whatever google API's for the name of the tab is does not exactly match the characters in the data for that field, although they appear to.
Has anyone had issues with dynamic data ranges for fields not being recognized to the tab names in "Overwrite sheet"?
Overwrite file works, static tab names work, my google input and output appear to be functioning.