Branch - Clear cache EXCEPT (items)
I have a page which creates a user account by making a call to a package.
The page is a report at the top of all users and a "create user" form underneath.
The user enters user details in fields (there are about 12 fields) and then clicks create. The process runs then the page branches back to itself with the success message. What I want to then do is clear the cache on that page when it branches back except for the user_name (say field name :P3_USER_NAME) so I can then use this to apply a filter on the report so the user only sees the account that he has just created.
I can't use "set individual items to values" because there are more than 10 items need clearing.
Thanks!