And I need a result collection colRFQSupplierNotUsed (It means the values the values ​​in collection colRFQSupplier that do not exist in collection colRFQPO)
ClearCollect(
colRFQSupplierNotUsed,
Filter(
colRFQSupplier,
!(RFQNumber in colRFQPO.RFQNumber)
)
);
Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
MVP (Business Applications) Visit my blog Practical Power AppsLinkedInBuy me a coffee
If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.