Hi @Anonymous ,
Do you want to filter according a text column and update a date column?
Could you tell me
1)whether RFID、Tagall are text column?
2)whether 'Check-In' is a date/date time column?
3) whether RFID2、'Asset/serial2' all are textinput controls?
I assume that RFID、Tag、 all are text column, 'Check-In' is a date/date time column, RFID2、'Asset/serial2'、Dept2 all are textinput controls.
In this situation, I recommend you try this formula:
Patch('RF Check- Out', First(Filter('RF Check- Out',RFID=RFID2.Text, Tag=Asset/serial2.Text)), {'Check-In': Now()}) ; ;Reset(RFID2) ; Reset ('Asset/serial2') ; Reset (Dept2)
Firstly ,’ ”” ’ is used by constant value.
Secondly, the function of Reset is used to set control to its default configuration. If you want to refresh data source, you could use Refresh(datasource).
Best regards,
Community Support Team _ Phoebe Liu