Webhook return value

Hi,

My webhook call returns an array of strings. How can i use this array in my next steps? Apparently it expects an object but i cannot change the return type. Is there a possibility to use the returned array value?

 

Thanks,

0 3 307
3 REPLIES 3

Appsheet cannot handle return values from webhooks at all. You'd need to use a "call a script" task with "return values" option, and a Google App Script as an intermediary.

Check documentation. It does. I actually use the return value from another webhook. The difference is the other one returns an object. This one an array 

Oh wow, I guess I missed that release. All the way back from June 13th too.

https://www.googlecloudcommunity.com/gc/Release-Notes/June-13-2023/ba-p/602739

Top Labels in this Space