Hi, I can't figure out why I can't use the return value from my Apps Script task directly in the expression "File Name Prefix" of my next "Create a new file" task.
I get the following error message:
Solved! Go to Solution.
So looking at the documentation here https://support.google.com/appsheet/answer/12309564?hl=en, specifically at the automation limitation noted
I would conclude that your current setup does not work due to the identified limitation, more specifically that you cannot pass the script return value to another task but you could pass it to an action or a conditional. So my suggestion would be if you have a column in your Clients table where you could set the value via an action, then insert that action between call-script and create-new-file and in the create-new-file task for the document prefix call the column value instead of the script return value.
User | Count |
---|---|
31 | |
14 | |
3 | |
3 | |
2 |