Hi,
I have an array :
[
{
"ExcelColumnName": "First Name",
"MatchingEmployeeColumnName": "Forenames"
},
{
"ExcelColumnName": "Surname",
"MatchingEmployeeColumnName": "Surname"
},
{
"ExcelColumnName": "National Insurance Number",
"MatchingEmployeeColumnName": "NINumber"
}
]
i want to be able to reference one of the rows in the array by using the "MatchingEmployeeColumnName" column, to get the "ExcelColumnName" column
example : i want to get the "ExcelColumnName" for the element that contains "NINumber" ..
is this possible in Power Automate?