
I've been googling away on this, and struggling to find anyone who has faced this issue previously and come up with a way to resolve it. I'm trying to pull the value from B7 which is 14/04/2022.
Currently I'm getting this back, and the problem is the column header is 12/04/2022 and not [Enter End Date] so I have a consistent header to reference later on in the flow.
{
"@odata.context": "",
"value": [
{
"@odata.etag": "",
"ItemInternalId": "",
"Enter Start Date": "Enter End Date",
"12/04/2022": " 14/04/2022"
}
]My flow is looking like this: