I have a dataflow that picks up a CSV file and uploads to a dataverse table. This is refreshed periodically. I have an additional text column in the dataverse table (it's not in the dataflow) that is written to from a powerapp. (I need this field to filter a gallery in powerapps)
When I refresh the dataflow I would like the following to happen.
Existing items in the table that have blank in the extra column to be updated from the flow
All new items to be added
And any items in the table that have "Yes" in the extra column to be deleted..
What's the best way to achieve this?
I have a feeling it's going to be some kind of a round about solution !
TIA