Hi,
I just created my first flow in Power Automate Desktop and I went for the Power FX syntax.
At one step in the flow, I read a table from a webpage (20 rows X 8 columns). Then, I use a for each loop in order to access the rows. When I try to get the value of a specific column, I get into troubles. The column in named "pondere (%)", as you can see in the first screenshot. The syntax used in a "Set Variable" stage is the following: =CurrentItem.pondere (%). I assume the issue is related to the column name, because for other column it works just fine, like for this one: =CurrentItem.simbol
The first question is, can I access it without renaming the column. In the old syntax (prior to 15th of March), I can use: DataFromWebPage[0][7], for example.
Next, I tried to use some PowerFX functions: ShowColumns, RenameColumns.
I found the following syntax: ShowColumns( IceCreamSales, "Flavor" ), RenameColumns( IceCreamSales, "UnitPrice", "Price") in the official documentation.
Second question is: Why the issue and how can I solve it?
In the end, I only want to access a specific value. Doing it in the old way seems quite easy, but with PowerFX, not.

Report
All responses (
Answers (