Hi Everyone
I would need your help to setup a local Boolean variable to true when a collection (records fiels) are not found in a SharePoint List, here is the details:
collection: DateRange
field: RequestedDate
Records:
2021-12-06
2021-12-07
2021-12-08
2021-12-09
SharePoint list RequestedTO
Fields: From field and To field
FROM TO
2021-12-06 2021-12-07
2021-12-09 2021-12-15
Set(isApproved,
<query>
)
Condition: isApproved variable will become true when all the dates in DateRange are NOT in SharePoint list RequestedTO, in above example, the value should be false because 2021-12-06, 2021-12-07 and 2021-12-09 records in DateRange are either in From or To fields in the SharePoint list RequestedTO.
Also, I am open to another suggestion if any.
Please help!