In an older version, I used the following method to get and filter data from a table:
%CustomersalesCVExcelData[GLCodeLoopRowNumber][3]%
Where:
Table: CustomersalesCVExcelData
Row: GLCodeLoopRowNumber
Column: 3
I then concatenated three values into one variable using the following format:
%CustomersalesCVExcelData[GLCodeLoopRowNumber][3] + CustomersalesCVExcelData[GLCodeLoopRowNumber][15] + CustomersalesCVExcelData[GLCodeLoopRowNumber][16]%
However, in the new version of Power Automate Desktop, when I try to run this logic, the values are not being returned correctly, and I’m getting no output.
I have tried using the same syntax, but it's not producing any result.
Error/Issue: I am not receiving any values as expected.
My question is: How can I write this in the new version of Power Automate Desktop?