i want to provide array json in request body = [{"localDateTime":"2024-04-21T10:44:48","timezone":"+5:30"},{"localDateTime":"2024-04-22T10:46:12","timezone":"+5:30"}] my export mapping gives this error . what paramneter i have to pass . it not showing un suggestion also
asked
Pratham Pundir
2 answers
0
Hi Pratham,
If you are using the same mapping as in your image then while calling rest post activity in your microflow , pass this prediction as input to request body which you have created via this export mapping to resolve this error.
Hope it helps!
answered
Sharad Suryavanshi
0
Hi Pratham,
You have to create new object of prediction for this, what is the issue on passing newly created object of prediction as parameter in rest call request ?