Hi Powerapps community,
I've been progressing with a work app and have recently hit a wall. I've attempted several answers on this forum but the results the question-asker requires differ from mine somewhat.
Basically I'm designing a checklist for monday-friday. Go to X, check if it's okay, if so, respond with Yes or No via dropdown box.
This data is then displayed in a sharepoint list with each of the tasks each day with a Yes or No associated to it.
Question: What I'm stuck with now is, on a Friday afternoon, I'm required to backup the list (done that) but afterward, will need to clear the columns for the following Monday.
The columns are labelled "Loaded" & "Unloaded*. with Yes or N/A as the answers.
I'd hoped something like Patch('Source', Unloaded, Blank() ) would work, but no luck.
I've also tried playing around with Clear and Remove functions with little results.
Anyone able to shed some light on what I'm doing wrong here?
