Hello everyone!
I have the SP List for my products where one of the columns is for the responsible seller and the other is for the status of the merchandise (Sold, in stock, free ...).
I have a galley with all the products and after selecting which one you want to know more you navigate to a second screen to detail that specific product.
On this second screen I created a Combobox with the Patch function that allows changing the status of the product and updating the SP List.
However, I wanted to implement two improvements:
1. When the user of the App changes the product status to "Free" I want the field with the name of the seller to be deleted, leaving the product available without any name of the seller.
2. It is for when the product is available with "Free" and the user of the App (the seller) wanted to put his name as a responsible seller in the list column. Example: The seller sold the product that was in "Free" status, so he changed the status to sold (as I have already implemented) but the seller field is now named.
Can someone help me?