Is there a way in PowerAutomate that I can get the internal Sharepoint column names from a list and store each of them in it's own variable?
I have a flow which I frequently export and import as new on different lists, the problem is, some people put spaces in their column names, some people don't etc so it's a lot of work manually typing in the column internal names when I'm updating specific column values with JSON in the Item value section of update item. I'd like to store each column name in a variable and reference the column name via the variable in the json e.g.
{
"variable for column name":"column value"
}

Report
All responses (
Answers (