'ProfileCompletedOn' to show 'User Profile' tab

Hello. Using the wonderful tutorial from Robert Pettito (thank you) at https://www.youtube.com/watch?v=GqfOJdS52a0, I have this mostly working but hit a snag.

Good: Once a user completes a profile, I get that blurry screen to either preview or hide the screen. Excellent.
Less Good: When I choose ‘Hide this screen,’ it defaults to my main homepage and does not show the User Profile tab.

Perhaps I misunderstood the tutorial? Should it default to the main page? I would prefer that it show the User Profile tab.

Current config shown here.



Thanks

Have you tried it with the published version? Things are going to be a little different in the builder. It’s going to default to the top most (left most) tab in your list of tabs, unless you specifically instruct it with a ‘Go To Tab’ action after you submit the profile changes.

I’m testing the published version in TestFlight in the App Store.
Your comment about defaulting to the top most tab resonates - this is the puzzle piece that I was missing.

Is there a way to set an action such that when ‘ProfileCompletedOn’ is populated, the navigation goes to the ‘User Profile’ tab? A button isn’t the right approach, and I don’t see a way to create an action for the tab itself. The current button is set to ‘Set column values.’

Thanks

If you already have a button, why isn’t a button the right approach?? You can assign multiple actions to a button, so you could follow up the Set Column action with a Go to Tab action.

I’m not completely sure if that approach will ultimately work but it’s worth a test. Problem is that you would potentially be attempting to go to the tab before it becomes visible…unless it’s already visible prior to pressing the button. So either the action will prematurely fail because the onboarding screen disappears before the action can complete, or the action will complete, but the tab is not visible yet…or maybe it will just work.

1 Like

In part, because I didn’t realize you could assign two actions to one button :slight_smile:

I had tried using the following action but ‘User Profile’ does not appear as a tab to which I can navigate.

When I click ‘Add action’ under the current button, it creates a second button. This is not my preference.

I see where you can add another condition to the button action, but not where you can add a second action.
May I ask where that is located?

Thank you

Select ‘New’ when choosing an action for the button. It will open up the action editor.

I’m not sure if you can navigate to the User Profile since it’s not quite a normal tab. I’d have to sit down at my computer and see if there is a way to do it, but I’m not sure off the top of my head.

2 Likes

Solved!
Thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.