REST Message in flow designer action

levino
Giga Guru

 

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

 

 

levino_0-1692004817361.png

 

1 ACCEPTED SOLUTION

Mohith Devatte
Tera Sage
Tera Sage

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

View solution in original post

5 REPLIES 5

SANDEEP28
Mega Sage

@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 !! 

 

 

Hi Sandeep

i have removed it and still get the same error message

 

Thanks

Levino

Mohith Devatte
Tera Sage
Tera Sage

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

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

 

 

levino_0-1692008025308.png