Hi Team,
I'm attempting to use a flow which returns an SQL stored procedure, and then use the values to create entries into a shared calendar in Outlook.
However, I'm not having much luck with getting the Email & Date value extracted from the return (example below)
I had a look at the string conversion options, and trying to use substring to gather the required values with indexValues however it seemed very messy and I'm sure there is a better way to convert/filter (to an array perhaps?) so that I can easily extract the email and date, particularly when there will be multiple rows returned.
Any suggestions appreciated
{
"ResultSets": {
"Table1": [
{
"EMail": "email@domain.com.au",
"TransDate": "2020-02-20T00:00:00"
}
]
},
"OutputParameters": {}
}