Solved

Custom event to make a Rest call with an Ordered List "[]"

  • 25 May 2023
  • 2 replies
  • 103 views

Userlevel 1
Badge +7

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. 

 

icon

Best answer by bdoucette 25 May 2023, 14:46

View original

2 replies

Userlevel 5
Badge +15

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

Userlevel 1
Badge +7

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

 

Reply