Hi there,
So I am having issues with dates being retrieved by my Flow from the cds.
Let's say I have a model driven app with 2 tables (entities) project and invoice which both have the column (field) paid on which is a date only field so timezones shouldn't matter as its date is fixed.
I edited one of my invoices paid on date only field to 9/2/2021 and I executed a flow that creates a payment for that invoice and updates the project with that date.
When I take a look at the invoice I see that all of a sudden the paid on value in the project is 8/2/2021.
As you can see in the below screenshots:
Invoice date:
https://i.imgur.com/fZBdCan.png
Project date (bottom right):
https://i.imgur.com/BO44EIt.png
and when taking a look at the flow itself you can see that the retrieved date from the invoice itself is incorrect:
https://i.imgur.com/RBpy6bl.png
Any ideas why this issue is occuring?
Thanks in advance!