Hi there @TheDon54
I hope you are well.
I think you can acheive thsi using the following steps.
In your smartObject make sure that you have FQN field, if not add one.
Then in your List view transfer the fqn from system value when a new row is add then add a filter to handle normal users (have a look on the attachment for guide on this)
Then in your form make unbound rule for the administartor
i.e if an advanced condition is true (your advanced condition should be like this: email = denallix/administrator)
then execute a list method (configure) without adding any filters
else
- then execute a view method on the list view which is initialize
then on your submit button execute your unbound rule when the button is clicked
All this should guide you to achieving your goal
Let me know if this helps!
Kind regards
HulisaniN