Hello everyone,
i am very happy about the existence of this Forum. I think, especially for beginners like me, it`s very helpful to quickly connect with experienced users.
So, here´s my case that I am struggling with since several hours and it is an essential function for the project I am working on:
I created a group on the home screen when a user just logged in that represents a random challenge. The App should provide a random challenge to the user every day. I also created individual pages for each challenge that adapts to the challenge´s name, explanation and image. The information is in the data bank.
So, my issue is that the button does not adapt to the :random item Challenge which I defined in the parent group. Screenshot below:
Now, the button “Zur Challenge” should link to the randomly presented Challenge. Here´s how it looks like in the “live view”:
So, part 1, the Challenge´s Name and Image works randomly. Every time I reload the home screen, another Challenge is presented. However, the button to the Challenge´s individual page is not working 
I am getting a little bit frustrated because I cannot find a solution.
Here´s what I´ve done in the Button´s workflow:
Anyone can tell me what I need to change? I would be happy about any idea/suggestion that I can try out.
Thanks in advance 
Hi there,
It looks to me that on the workflow, instead of the Dynamic page name being ‘Current page’s Challenge’s Challenge Name’, it should instead be ‘Group Challenges’s Challenge Name’. This will make sure to reference the ‘random’ challenge you’re searching for in that group.
Hope this does the trick!
Hi msgiblin,
thanks for your fast reply.
If I make the changes as you describe, the button is not clickable anymore…
Here´s what I did:
I think I see your issue -
The group that the image, text, and button are in, are not using the page data it looks like you’re trying to send. You’re saying ‘Go to the page, and load the random challenge of the group. But then, in the group you’re searching for a random challenge again anyway’
If you want to randomize the Challenges based on click of the button, there would be two options depending what you want the user experience to be like
Simplest solution
Just change the action on the button to be to refresh the page.
Slightly complex, but better user experience with no page reload time
Copy the Search function in that group that gives you the random Challenge
Delete the ‘Go to page’ action
Add an action to be ‘Display data in group’, select the parent group, paste the search function you copied earlier
You also don’t need any conditions on when to run that flow
Hope this helps!
1 Like