Hi @akharns
In your other post you mentioned the below.
2. I set my "send" flow with "HTTP" URI from the Consume flow and with the body sending a hard-coded value as follows:
{
"type": "object",
"properties": {"MyString": "ABCDEFG" }
}
Try the following hard-coded value:
{"MyString": "ABCDEFG" }
Let me know how it goes.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks