Hey team,
I have a sharepoint list named "Policy Collection Mapping" with fields:

(PolicyCollection is a lookup field).
I want to display the documents depending on the Policy collection, Approval Status, EffectiveStart and EffectiveEnd.
eg:I will get the PolicyCollection name from my URL. So, if policy collection name = CompanySPOwner then I want to display all the documents under the PolicyCollection name =CompanySPOwner provided the Status= Approved and EffectiveEnd should be > then Today and if Effective End is not given then Effective Start should be<=Today. How can I display the documents depending on these conditions using the documenturl in my powerapp?