I am using the Get Row Excel Action in a flow. If the Key value isn't found in 1 column, I retry following an error on another column, then another.
I am facing the following error when trying to lookup a value.
"status": 400,
"message": "Maximum number of identity column variants for a single table exceeded. Current '2', Maximum '2'. Up to '2' column name variants should be in use across workflows for one particular table.\r\nclientRequestId: ded05178-a2a3-4463-bea9-d630d3256a69\r\nserviceRequestId: eb01bf76-637a-493c-98bc-871afa6ad0b9;7cbd5d37-f28f-4a49-8e09-e1850d41296b;d9712d9c-bcd7-42b4-b8c4-a1facc078e2d",
"error": {
"message": "Maximum number of identity column variants for a single table exceeded. Current '2', Maximum '2'. Up to '2' column name variants should be in use across workflows for one particular table."
},