éHello,
Previously i managed to get values from an excel table from the first column named "Item ID" and put these values to a sharepoint list.
Now i'm trying to get the values from the second excel column named "countries" but i forgot how to retrieved these values.
from the first column i get this formula on "Create Item" (sharepoint list) on advanced options:
item()?['Item ID']
I created the same formula to get the values of my secong column named : countries
item()?['countries']
But it does not work. Could you help me please?