Date condition for specific dates

Yes, it’s surely possible. Cases like that is the perfect use case for EasyMorph.

Here is a simple example that reads TR101.xlsx, checks the date in its data, and exports the data into a database if the day is 14th or 30th (and skips exporting for other days).

conditional export.morph (2.6 KB)
TR101.xlsx (8.6 KB)

If you need a more complex exporting logic, then you can put it into a separate module, and call that module using the “Call” action right after the “Skip on condition” action.

1 Like