Re: Post a message to Teams when a new item is added to a Sharepoint List With Conditions
Hi @BelindaH ,
Please check this test:
SharePoint List:

Flow Preview:

Flow Configuration:

@Or(contains(if(empty(item()?['Location/Value']),'',item()?['Location/Value']), 'DFW'),contains(if(empty(item()?['Location/Value']),'',item()?['Location/Value']), 'IOC'),contains(if(empty(item()?['Location/Value']),'',item()?['Location/Value']), 'TOL'),contains(if(empty(item()?['Location/Value']),'',item()?['Location/Value']), 'ORD'),contains(if(empty(item()?['Location/Value']),'',item()?['Location/Value']), 'DFW-HGR'))
length(body('Filter_array'))

item()?['CompanyNumber']
item()?['FinalMeetingDate']
item()?['MeetingFrequency/Value']
The Result:

Best Regards,
Sunshine Gu