Hi I have a dataset and I have to save it only if it has value and if the data is not there then I should not overwrite the old data
Example:
Scenario 1.
In the below condition we should overwrite yesterdays file because it has value
| name | place | city |
| james | UK | london |
| Clark | USA | NY |
Scenario 2.
2nd a scenario where all the columns are empty, here I should not overwrite it
Scenario 3.
3rd scenario everything is null, here I should not overwrite it
Note: In Scenario 2 and scenario 3 I should get an error message and stop the canvas