I'm trying to use Microsoft Flow to fetch all my calendar events for the past two weeks, and do this every two weeks. The problem is that the "get all events" outlook action only accepts an ODATA $filter query and it's not clear how to filter it dinamically, something like:
$filter=Start ge Today()-14
Is that even possible? Thanks!
Try to build IF statement with the following condition
Please find more info at the MS docs.