- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 02:21 AM
Hi there
in flow designer not sure if my REST message is formatted correctly, it comes up with error message , empty json string
Thanks
Levino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 02:47 AM
Hello @levino ,
1) you need to remove SN keyword in the middle of the JSON
2) And in value attribute you can remove quotes for dynamic pull of action value
3) you need to end the JSON by a closing flower brace and also end the array with closing square bracket
Hope this helps
Mark my answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 02:35 AM - edited 08-14-2023 02:36 AM
@levino There "sn" word is present after the parenthesis of first object of parameter array. You need to remove that.
Also when you are taking dynamic input like action --> Folder path, you don't have to include in double quotes. It will be automatically formatted.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 03:32 AM
Hi Sandeep
i have removed it and still get the same error message
Thanks
Levino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 02:47 AM
Hello @levino ,
1) you need to remove SN keyword in the middle of the JSON
2) And in value attribute you can remove quotes for dynamic pull of action value
3) you need to end the JSON by a closing flower brace and also end the array with closing square bracket
Hope this helps
Mark my answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 03:14 AM
Hi Mohith
i still get the same error message after doing the above, this is my flow, those are the input variables on the action
Thanks
Levino