Hello,
So I have a form, and I want the data to write to an Online excel file. This is working just fine for every column except for one. As a part of the form they might upload files, so I have those going to a One Drive, and then a variable gets set to give me a URL to that folder on the One Drive :
And then for the "Add a row to a table" that variable gets written (as well as all the others):
The problem is on the Excel sheet, the "Uploads" gets copied to every row, for some reason :
Why would it do that? It's only doing that for the Uploads so I don't get it.