Skip to main content

There is a requirement of a Cloud Customer to make a REST Call using a Custom Event.

Jason Body is bit complex and has Array Elements on it.

Is there a way to fetch Array of Data to a REST Event without doing any Business Logic Changes? 

Only possible solution I can think of is to eliminate array elements and to send multiple messages against each Array Element, but the customer prefers to sent just one message with all elements.

Appreciate any advice or recommendations. 

 

Hi @bhraau 

Couldn’t this be done in a workflow and when you fetch the array of data using collection handling, you could pass that information in however you want? or is your issue that you need to pass in an array of information in one rest call and it only accepts single values?

Thanks,
Bryan


Thanks bdoucette , I will check the  how the workflows work ,    it is new to me. 

 


Reply