I am experiencing a bizarre issue with Google Connectors.
I am working with a workflow that pull from multiple Excel sheets as well as several Google sheet inputs. One of the inputs is pulling from a Google Form Response Sheet which is auto-populated from google forms being filled out by end users. Additionally all Google Sheet inputs have been configured as follows so that Alteryx knows that records start at row 2:
<Value name="firstRowContainsNames">True</Value>
I have configured my workflow so that, once the data has been manipulated, it is being output to three places: Google Sheet Output, an Output Data tool (excel sheet), and a Browse Tool for easy viewing.
After the flow is run I do not receive any errors. The flow writes to the excel sheet output without issue, and you can view the final data in the browse tool. But The Google Sheets Output writes out blank. All cells contain no data.
The messages show the following:
Google Sheets Output (344) Tool #402: Sheets API: Payload 1 of 1 posted at 13:07:02 on 2018/05/17
Google Sheets Output (344) Tool #402: Sheets API: Workbook was successfully published
Google Sheets Output (344) Profile Time: 134.39ms, 0.23%
Has anyone experience this problem before? After several hours of troubleshooting it seems the blank data is stemming from my Google Sheet populated by the Google Form Responses so used an ImportRange formula to a new sheet to pull from instead of the original sheet but this had no effect on the outcome. I have tried to troubleshoot this issue a million different ways but cannot seem to find a solution. Thank you for your help!