Hello Everyone!
I am creating a formula that returns the ID if the item type is "Book" and the status is NOT "Sold". My current formula I was trying is:
=JOIN(COLLECT({ID}, {Item}, "Book", NOT({Status}= "Sold"), CHAR(10))
What is the correct way to return the ID for an item that is "Book" and the status is NOT "Sold". (Or the status is "Available" or "Pending"?
Thank you!