Hello,
I send multiple parameters trough URL, and I discovered that when I manually mess up a value of a parameter on the URL, the page still shows up but with nothing in it.
I want my app to display a default page or a 404 page. How to do this ?
Thanks.
pj1
2
set up a workflow on the page for when condition is true. the condition can be where get data X from page URL is empty, then the action can be go to page 404
It’s not just about when the Url is empty, it’s about when data inside the Parameter is modified, such as the user id, it should show the list of users when the app doesnt find the user after the modification on the Url.
Just found the solution :
I used a On page load workload, Only when Search for classes each item's unique Id doesnt contain Get classe from page URL → Go to page …
So if my Classes table doesnt contain the data of the URL, then redirect user to the default page.
1 Like
system
Closed
6
This topic was automatically closed after 70 days. New replies are no longer allowed.