
Announcements
Hello everyone,
I'm currently encountering an issue with mapping Jotform submissions in Power Automate. I have a SharePoint action that successfully retrieves information and sets it into a compose action with a schema, but I'm facing difficulties in correctly mapping the values from the compose action.
Here are the details of my scenario:
SharePoint List: I have a SharePoint list where Jotform submissions are stored.
JSON Structure: The Jotform submissions are in JSON format and contain multiple fields such as "name," "email," and "message."
Power Automate Flow: My Power Automate flow includes the following steps: a. Retrieve information from SharePoint using a SharePoint action. b. Store the retrieved information in a compose action with a schema. c. Attempt to map the values from the compose action to corresponding fields in other actions.
Current Behavior: The flow executes without any errors, but the values from the compose action are not properly mapped to the respective fields in subsequent actions. As a result, the desired data is not being processed correctly.
Note: I did alter the form as of recently and was wondering if that possibly may have some effects on this.
Hi @Anonymous
Thanks for the screenshare. So the issue was Parse JSON using the wrong schema. The jot form modification caused the schema change behind the scene. So what we did is get the latest schema and re-generated the schema.
Thanks