Hi there,
I'm trying to update the value in a specific column of a SharePoint list by using values from two other columns. To do this, I've entered the following expression in the "Filter Query" field of the "Get items" action: "Issuer_x0020_ID eq 44113 and TemplateNumber eq Template_1"
The column names and their corresponding values are correct:
- Issuer_x0020_ID equals 44113, matching the variable variables('IssuerID').
- TemplateNumber equals Template_1, matching the variable variables("TemplateNumber").
However, I'm encountering an error message: "Column 'Template_1' does not exist. It may have been deleted by another user. clientRequestId: 4f44099d-f8a0-4e0a-b1b3-64b59cfedfb9 serviceRequestId: 1354bea1-c035-7000-dcbf-f2d87593e9e1".
It appears as though Power Automate is confusing the column "TemplateNumber" with the value stored in the variable "TemplateNumber" (i.e., "Template_1").
What changes do I need to make to the expression to resolve this issue?