Webhook field limitations in Orchestly

Webhook field limitations in Orchestly

Hello all,

I've noticed a major limitation in Zoho Orchestly- there are only 6 key-value parameters available to be passed over webhooks:


I use orchestly with Zoho Flow, which interfaces with many other Zoho Products (I have Zoho One Enterprise.) The workaround to this dilemma is to pass as many parameters as you want as a part of the "Standard parameters" tab in a webhook and divide all the datapoints with commas like so: 


Which, then, can be taken in Zoho Flow and turned into a list from which my datapoints can be pulled. The only problem is, I then have to look at the order that I passed these values in the webhook to reference them in the Zoho Flow: which can be very time consuming and confusing, especially when the order of those comma separated parameters are switched or some have to be added. 

Being able to reference parameters by a name like "param1," "param2", and "param3," as seen above, is much much easier than having to do the second option and reference parameters like formEntry[0], formEntry[1], and formEntry[2].

When will more key-value fields be supported?