Set User Model Id to running user ONLY if no URL parameter provided on the skuid page?

  1. I think you will need to do the following.

    Set User model NOT to load on page load. (and probably cascade that down to other models that depend on the User model)

  2. Create an "on page load" action sequence that branches on the parameter. (page parameters are accessible in merge syntax in branching formulas). One branch sets user model condition to "teammember" the other sets it to "{{$User.userId}}" - after setting the condition each branch queries the model...

After that - all that’s left to do is bask in the adulation of your fans…

Let me know if this sketch doesn’t make sense.