Not sure if this is possible - I might be over thinking this.
I want to be able to set a Dynamic page to display only information for the “Owner” / “logged-in user”.
Tom
Not sure if this is possible - I might be over thinking this.
I want to be able to set a Dynamic page to display only information for the “Owner” / “logged-in user”.
Tom
Yes, you can get creative with it.
You can try adding another dataset and set it to Owner is logged in and then connect only those elements to it ---- set a filter to filter based on a field on dynamic dataset.
Or you could create a code that checks user logged in, get current item of dynamic dataset if Owner do this if not do that.