I've created an Adaptive Card that is for Record Updates and should be sent to our Records Department. It was fairly easy using the designer, it wrote most of the json for me.
Now I need to know how to get the outputs from the card into another flow when they click Submit. I want to show their updates along with what is currently on the record. I setup my Part 2 flow to be triggered when a HTTP request is received. How do I get the fields into this other flow or connect them?
I found this Action.WebRequest on the Blackbaud site:
{
"type": "Action.Webrequest",
"title": "Mark as deceased",
"url": "https://someWebServiceUrl...",
"data": {
"extraData": "foo"
}
}
I tried putting my url from the HTTP request received but it gave me an error of invalid json.
I am trying to avoid saving the output to a Sharepoint list or Teams. I just want to list it out in a table in an email that is sent to Records. The output/answers from the submitter don't need to be saved anywhere.
Thanks,
Carolyn