I have created a component workflow which takes API json data.
in my Form I have group action which takes multiple fields
I am able to send the table data to prefill the data, but I am not sure how to parse the rows of data to the fields so that the form understands.
example json
se_medical": :{"Plan Type":"PPO",
... "Plan Name":"Plan 1",
... "Rx Plan":"Rx Plan 1",
... "Network Name":"Anthem",
... "Network Location":"California"},
... {"Plan Type":"PPO",
... "Plan Name":"Plan 2",
... "Rx Plan":"Rx Plan 2",
... "Network Name":"Anthem",
... "Network Location":"California"}],
I would like for the form to look like
Any help would be appreciated I have tried support and not getting anywhere.