Hello. I have a variable, ThisItem.uri, that I want to use as the name of a column in a Table, like so:
Set(removeMe,Table({ThisItem.uri:1},{ThisItem.uri:2}));
or some variation of the same. But the syntax checker doesn't like this. I've tried many variations to try to get a table with this column name including Patch, creating a table with an ordinary column name and then using RenameCoulmns(), etc. I guess what I'm looking for is something similar to the Evaluate function that would pass the value of ThisItem.uri as the argument. Is this possible in PowerApps? Thanks!