Hi
I'm looking for a solution and can't find one.
I have a gallery that is filtered by date 'from' and 'to ' and combobox. Unfortunately I have a problem setting the filtering in power automate get items

Power apps set code
ReportRiD.Run("Data_number ge' "&varDataReclamationFrom&"' and Data_number le'"&varDataReclamationFrom&"' Or Category_x0142_claims eq '"& ComboBox4_1.Selected.Value&"' Or Status.Value eq '"& ComboBox5.Selected.Value&"'" ,User().Email)
Is there a chance to generate excel this way ?