Hi all,
I'm kinda hitting a roadblock here, I have a query to SQL (Get rows v2) and sometimes there is an additional field returned, but when this particular field is not returned I need my flow to ignore that and finish adding those accounts to dataverse.
[
{
"field 1": "data",
"field 2":"data"
"field 3":"data" (sometimes this field is not in the query results)
}
]
Any help is appreciated.
Thanks