Hi, I’m building a website for an experiment in which users should be randomly assigned to four different types of pages. For example, After a user signs in, then the user would press a button which would lead them to one of the random pages already built. I’m struggling to find out whether such kind of thing is possible on Bubble. All kinds of help will be extremely appreciated!
Yes, should be possible. There are workflow actions that are for go to page and you can use a dynamic page name, so you could structure that input to have an expression that looks at a list of page names (data type or option set you create) and then chooses a random item (there is an operator on searches or get options for :random item)