Hello,
I'm using a flow in powerapps, and it works fine but I need to filter bu columns changed or modified Today()
my current Filter Query for getItems:
(Course_and_Cohort eq '@{triggerBody()['Getitems_FilterQuery']}') and (FinalGrade ne '0')
How is it possible to do this, please?
Thank you.