Hello,
I am new to Flow and I try to use it with our on-prem Sharepoint and I seem to do something wrong.
Following simple flow:
- Read a SP list, filters out everything that has today or less in single field.
- Create HTML table from it.
- Send email with HTML table.
Filtering logic looks fine, but output has a date with day before, ie. SP has 06.02.2019 - Email has 05.02.2019.
On testing runs, it seems wrong data are already picked in "Read from SP" step.
Out SP has UTC+1 time zone - can that be the problem?
If convert timezone is way to go, how can I just apply conversion to SP data and send correct result to HTML table?
Kind thanks for any advice!