I want to use a button to put a text in a field (in the table directly or through the form) on that record so my filter can then filter those out for that user. I have added a datacard that I will hide if I can get this to work as I have it now.
Example of what I am working with.
User will select item on left, fill in the missing info on the right. There are a lot so I am giving them the option to edit and save first. But once they are fully done I want them to hit Complete and mark a field with something I can use to then filter out the record in the gallery on the left. This will also be used to start a flow to then create a PDF and then send for Signature once I have this working.
I have a feeling I'm missing something silly, but everything that I have found for this is a bit confusing and generally they are trying to do something more complicated.
My settings:
Table Screen>OnVisible Set(carComplete,"2")
Button> OnSelect UpdateContext({varComplete:DataCardValue23.Text})
I have tried numerous iterations of this also trying Patch and If statements. This is the only one that does not give me an error anywhere in my App, however it does absolutely nothing when I click the button
Thank you in advance