Hi there, @ericx033kt… you mention addresses, but since you are showing a repeating group of orders, I assume you are trying to filter orders so that a seller only sees the orders that have been made by their customers, right? If that is the case, what is the association between sellers and orders in your database?
Best…
Mike
Yes, that’s right, there is a connection in the product.
You have a Seller
field on the Order
data type, so it should be as simple as adding a constraint (not a filter) to your repeating group’s data source where Seller = Current User
. You could also add a privacy rule to the Order
data type that says when This Order's Seller is Current User
, allow the user to find items in searches and see all of the fields.
1 Like
Thanks
1 Like