Filter Query on GetItems based on a date value in Power automate

Create Intialize variable for Future date

Value:    addDays(utcNow(),1,'yyyy-MM-dd')


Add Get items actions

Filter Query :     Modified gt 'formatDateTime(utcNow(),'yyyy-MM-dd')' and Modified lt 'FutureDate'




Note: Single quotes around the expression and the reference to the variable.

Comments

Popular posts from this blog

SharePoint 2016 and 2019 Ports

Clear fields based on drop-down values in PowerApps

Hide a SharePoint list field based on user group using JQuery Webservice in 2010