I have an Excel sheet on OneDrive that I wish to write some data to. I know this isn't the preferred method for PowerApps but I just need to show how this would work then I plan on getting the Ok to move to Azure SQL for the back end.
However, when I try to write the Batch_Number I get nothing and I am wondering if I must write data for every column in the table. Right now I have this for the buttons OnSelect property:
Patch(Green_Data, Default(Green_Data), {Batch_Number: greenBatchLoadingBatchNumber.Text})greenBatchLoadingBatch_Number is also a label that gets its value from a previous screen. Should I change that to a textInput and disable it?
In Green_Data there are 20 columns(including the PowerApps Id column). Does there need to be info for each column for it to write or what am I doing wrong.
Thanks