I want to enter data in three "text input fields" in a gallery, first to save them in a collection and then to patch them as a single row in a SharePoint list.
"On Start" I have created a collection - ClearCollect(ServerDetails,{ServerName:"",RackLocation:"",SNOWTask:""})
Collection is also showing all details, but I have no idea on how to bring this to a SP list in a single line.
Can you please help?
Thank you!