Being provided this object from "Get response details:"
{
"responder": "BDonahue@healthcareswfl.org",
"submitDate": "10/2/2020 6:02:14 PM",
"raf03b7b3e8054666b737a20e30d25abf": "",
"r71b19e7c5beb4dba95fee5e9d9578bc2": "No",
"r4da533c8aeb3472aacd19c2f1250e75c": "",
"r53d3e3791038471f894029c5634d8e6d": "No",
"r2efc3356f5064729b0f186e7f6b5b52d": "No",
"rb7dbfe7ca0cc4b25a1cf659414fff419": "No",
"r014fe8a6004b46dbb1dbed880968ca79": "No",
"r20d0ef76e51e426f8911d0d7ce2e272e": "",
"rb906a66fb83c449ca1d0e35c427f3a02": "13",
"r24be9a1ba7f9468fae16b296331d4c25": "",
"r0184384dd0c44d88af36051a758ba5aa": "No",
"r8b337663cc03426c92704ccd813be3b8": "No",
"rdf04e95ac19042a5894ca0f7b35292d0": "",
"r23ebfc6e6b8d4729923867b8e6ebd548": "No",
"r7486d8f749194143a405d901c0099799": "",
"r48c1c4e8093743ed92d8e9fb9a9a2978": "s1 notes",
"r92b84414bcdd47e1a81bd7e3fa4245e4": "s2 notes",
"r745fad073e1745d0a0d5edf25e7d2fb0": "s3 notes"
}
I want to dynamically populate an HTML chart I am creating with "Append to string variable" via "Apply to each." The append field in that block would be something like:
currentItem.codeForTheQuestion</td><td>
I realize that accessing data in an object is 100 level stuff, but doing that from within Flow eludes me.
I want to create an array the responses; how is that accomplished?