Page Include Input Parameters as Query Strings Params aren't Accessible or Easily Managed

Ah, I see why you used comma delimited now :slight_smile:  One note - I haven’t tested myself to be sure but you’ll want to be careful to ensure that Skuid properly encodes the url string passed in to the page include.  I’m assuming they do but if you have param values with spaces, special characters (e.g. & sign, etc.) these need to be url encoded to function properly.  Again, I’m assuming Skuid does this but just something to test to avoid unexpected behavior.