I have the standard 'Set a reminder' flow setup on a SP list. I would like to filter the list further. Example, region starts with "AZ". I'm just confused on the syntax. (OData is scary)
concat(concat('Proposed_x0020_Start',' ge ', '''',outputs('Today_+_x_days')),'''',' and ', concat('Proposed_x0020_Start',' lt ','''', outputs('x_Days_+_1'),''''))
and startsWith(Region, 'AZ') ????