Hello everyone, this is my first time asking a question in this forum, so please feel free to give me any kind of feedbacks regarding the structure of my question etc.
My challenge:
For my data storage I have created an Excel table. In this table I have an empty column called Status.
I'm trying to pass the value from a drop down list into this column (I have hardcoded three options in this dropdown; Completed, On going and Not started.
E.g., a user chooses an option called 'Completed' in the drop down list, I want this to be patched into the empty column (Status).
A criteria for this is that I don't want to submit this value into Excel with a button. So as soon as someone chooses "Completed" I want that to be visible in Excel. Obviously, as default all the records in the Status column in Excel will be "Not started".
I'm well aware of the Patch function, but I only know how to use this, when you are working with a form and a button that Submits the form