We are running into problems in creating our zap. We are using Smartsheet and zapier rather than using smart sheet’s Shuttle feature.
When a new job is entered to the "job master" sheet, we want to update the dropdown selections of the job number on the "Load Master" sheet so that it reflects all Jobs from the "Job Master" sheet, including the newly entered job.
On Zapier, when we have the steps so far set as:
Step 1: Trigger event is a new row in the job master sheet
Step 2: Export the “Job #” column
Step 3: step 3 is a “Run Python” option. This is where we begin running into issues. We put “jobNumbers” for the input data, and specify the “Job #” column for the column, but zapier shows the column as “No Data”. We have verified that correct permissions are set, the field is not a hidden field, it is named correctly, and it definitely does have data.
Step 4: we use the “API Request (Beta)” to pull from a variable created from the previous step. But since no data is being pulled from step 3 since the Job # column is showing “No Data”… we are running into errors. Why isn’t data being pulled from this smartsheet column?!
Please help!