What if url parameter can't find a match or no parameter

I have been using url parameter to jump from one app to another.
admin app to dash app
but when user use dash directly and don't have a url parameter, or [assed parameter cant find a match,
it always pop and error and showing on dash, how to I hide it, or set a if else to ignore that part?


hope this screenshot can provide some info, I tried to add some if else in value setting

Hey @Akechi, happy to help! Could you share a screenshot of the error you are seeing pop up?

first one replied wrong
I have solve the problem, it's not showing error anymore, seems if APP can't find a matched id, it's just do nothing and pick the first record, need more test to make sure, thanks for your help.