Good morning everyone,
I have developed an app that allows products to be taken out from the warehouse. The product selection is done through a dropdown menu from an Excel file with a table named "SOURCE". By pressing the "Download" button, the downloaded product is recorded on a second Excel sheet.
Now, I would like to create the phase for products entering the warehouse. I have already created the "Upload" button, which correctly adds a row to the bottom of the "SOURCE" table each time a material is added. The problem is that this new row does not subsequently appear in the dropdown menu on the download page.
Do you have any idea how this can be resolved?