Hi All,
New Power automate user here and would value some input from you. I have a flow that gets the response from a MS form. I then want to filter an excel spreadsheet to return one value based on a response to the column called DMS in the form. I'm using the list rows in a table excel connector to connect to a sharepoint file. My current filter syntax looks like @And(equals(item()?['TopSite'], outputs('Get_response_details')),equals(item()?['SubSite'],''))
What time trying to achieve in Pseudo code is TopSite = DMS(Form response) and SubSite is null to filter the returned rows down to a single value. any help would be greatly appreciated.
