I have a create sub-folder activity which works fine in creating the sub-folder on my Google drive, but the output variable (folder_id) causes the process to fail.
I also have a create empty spreadsheet activity which works fine but if I try to get the output variable(spreadsheet_id)it causes the process to fail?
I need the {folder_id} (output from first activity) to provide a location for the second activity. Then I need the {Spreadsheet_id} so I can add rows in the next activity.
Output parameters: (from the connector descriptions)
folder id : ${P_result.entry.folder_id}
spreadsheet_id: the id of the newly created spreadsheet.
Please can you tell me what I'm doing wrong?