Hello Bubblers!
I am having trouble working out how to create a user flow so that a user is shown a different set of content based on their average blood pressure here:
Right now the user has to choose their content based on their result but I want this to be triggered to only show the relevant content. As you can see the numbers won’t be exact, so if a user has a top number average of <90 they will get the ‘Too Low’ content, if they get a top number that is between 120 and 135 they get the ‘normal’ content etc.
I can’t work out a way to trigger this
There are different ways to do this like using option sets to centralize those blood pressure info, including colors and pressure range in case you will use them in multiple places in the app. Or use conditionals in that elements you already have to control the visibility. Or use just one element with custom text/color controlled by conditions, etc.
The post below may provide an approach that you can also use or give you an idea for implementation.