hello guys,
I am trying to realize below scenario:
User has a list of items from one table, the main goal is to give him a possibility to approve selected item. Approval is equivalent to execution insert a record to another table. If one item was already approved then there should not be possibility to execute another insert for this item, so we also need to check somehow is there already existing row for selected item.
how it could be handled in power apps?
Thank you in advance for any help!