I have a Webhook set up that is passing the following string example into Make:
[
{
"values": "\"{\\\"_6\\\":\\\"My Registration Information Is Incorrect\\\",\\\"_7\\\":\\\"This is the area where the message is composed.\\\\nIt is a multiline text box with test content in it.\\\\n\\\\nI skipped a line and now this is line 4 (but the third line of text).\\\",\\\"_0\\\":\\\"100000\\\",\\\"_1\\\":\\\"Chris\\\",\\\"_2\\\":\\\"Harper\\\",\\\"_3\\\":\\\"Communications\\\",\\\"_4\\\":\\\"Corporate\\\",\\\"_5\\\":\\\”email@gmail.com\\\"}\""
}
]
My Make scenario can’t seem to figure out how to parse this data into an array or blocks that I can use in the scenario.
I have tried passing through the JSON in the webhook and leaving that off (both ways). I have also tried various text parsers.
I can try writing some regex to capture the data, but I’d prefer not to because I want to easily be able to use this type of scenario in the future, for different data sets, and I don’t want to keep messing with the regex.
I don’t have control over the app that is sending this data, so this format is what I have to deal with.
What I would like to end up with is some kind of array of key:pair values that I can use in subsequent modules.
Please share screenshots of the above output bundles in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
I included the output bundle of the Webhook in the first post, but here it is again so it is all in one place:
[
{
"values": "\"{\\\"_6\\\":\\\"My Registration Information Is Incorrect\\\",\\\"_7\\\":\\\"This is the area where the message is composed.\\\\nIt is a multiline text box with test content in it.\\\\n\\\\nI skipped a line and now this is line 4 (but the third line of text).\\\",\\\"_0\\\":\\\"100000\\\",\\\"_1\\\":\\\"Chris\\\",\\\"_2\\\":\\\"Harper\\\",\\\"_3\\\":\\\"Communications\\\",\\\"_4\\\":\\\"Corporate\\\",\\\"_5\\\":\\\"Chris.Harper@arborcompany.com\\\"}\""
}
]
And for reference, here’s the input bundle of the Webhook module, which is blank, but I think that is normal since it is the first step in the scenario: