Hi,
I need to extract some data from Mongoose in Workflow task and put it into task email.
For example I have three approvers, workflow goes in loops, at loop 1 I send task to approver1, at loop to - to approver2, etc.
Before sending task to an approver, I'd like to extract some data from Mongoose with API (data is updated in Mongoose after each approver approves)
In WF I call API: MONGOOSE/IDORequestService/ido/load

It returns JSON like this

Is it possible to put returned value into structure and send it as a Content of Task notification?
Thanks
K