ref:_00D90q6Cb._5002v2sALNR:ref If a workflow contains a custom action from another environment, and then the workflow is imported into another environment, without that custom action. The import will fail. Please implement a mechanism to cope wit...
Google Sheets API - Collection Inside a collection
I was working with Google Sheets API and found that I am not to get some actions to work such as append values.
After further investigation, it appears that I need the format to be a collection inside a collection.
[[A,B,C],[D,E,F]]
I tested ...