I'm currently using the expression builder to create a JSON object within the invocation data section of the post flow action. I am getting an error when testing the flow. What am I doing wrong?
JsonParse("{
\"name\": \"" + ToString(Task.Name) + "\",
\"flowStart\": \"" + ToString(Flow.StartDateTimeUtc) + "\",
\"option\": " + ToString(Task.Option) + ",
}")
#ArchitectureandDesign------------------------------
Brennan Bugbee
Polly Insurance Agency, LLC
------------------------------