The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi all - I've got a couple different interfaces (one kanban, one list) where I want the info to be visible only to the assignee and their manager. I know how to make it only visible to the assignee (filter by Assignee is Current User) but where I'm g...
Hi there - I schedule shipments to be picked up on specific dates from specific sites at specific times, and I need a way to identify if I've scheduled any shipments to be picked up on the same date/site/time to make sure I'm not double booking a sit...
I've shared a Read-Only link to an interface with a coworker but when he tries to access the interface he gets a message that says "Unable to request access to interface". He tried deleting his account and recreating it, but he's still getting the sa...
Hi all - I'm trying to write a simple formula that returns a Yes or a No if the Role Rollup (from People) field contains CROPPS Member anywhere in the list. As you can see, it's only returning Yes if the field equals CROPPS Member, not contains CROPP...
Hi all - I'm having a very strange issue with a Formula field. I've got a Status field (single select) that informs a Formula field. i.e. if the Status field says ABC, then make the Formula field say XYZ. It's working perfectly except for two outputs...
Hi there - this was eventually solved by putting this formula in the rollup field. IF(
LEN(ARRAYJOIN(values)) > LEN(ARRAYJOIN(ARRAYUNIQUE(values))),
"Has duplicates",
"No duplicates"
)And then by grouping the table by the date/site/time field s...
The problem is that I'm not using any linked fields. Here's the formula on the Shipments table that concatenates the date/site/time:And here's the setup on the Warehouses table where I've got the Rollup from Shipments and the formula field to identif...
Omg. I feel. So dumb. How did I miss that?? I was completely overthinking it. Thank you for pointing out the obvious! My forehead hurts from facepalming so hard. Let's never speak of this again lol
Okay does this link work? I scrubbed the data. The issue is in the Shipments table - you'll see the relevant fields in the Sandbox view. The issue is occurring in the Next Status Action field. I've also created a TEST Formula Field to play around in ...