I have added a button to a screen (user comes to this screen after clicking a number list) and created a custom action that updates a column value and navigates to a tab (the number list mentioned above). But when I test this in browser, the app navigates to a invalid url after update column value(e.g. https://0.0.0.1/). Is that a bug or am I not using the actions function properly?
Are there any visibility conditions or filters on the tv that you’re trying to navigate to?
No visibility limits or filters
Is the tab hidden or visible in the menu or main list of tabs at the bottom of the app?
Visible
Hmmm not sure then! Maybe try rearranging your action to see if it makes any difference. I haven’t had any issue with the Navigate to Tab action — it’s been very reliable.
Oh wait… does the action update the column, then uses that new column value to decide which tab to navigate to? It may not be able to do that all in one action as it likely needs to process that new column value before it can determine which tab to navigate to. I could be wrong, but it sounds like that could be the issue.
Try adding a button to test saving the column value separately, then add another to navigate to the tab. See if it works that way.
Figured out the problem. When I add a button and click “New Action” it adds by default “Open link for the value” clicked. I just needed to remove that and only add actions to update column value and “Go back”
Do you know if there is a way around this using the wait condition action?
Can you describe your use case? What does your chain of action look like?
I’m doing an onboarding sequence using hidden from nav tabs. My main tabs are visible only when an onboarding complete Boolean is checked but I’m having to add an extra in-between screen when completing the onboarding as I can’t change the value of the Boolean and navigate to a tab that was hidden by that Boolean.
Hope that makes sense.
So would adding a wait step help?
I tried but it didn’t work, I was hoping that if I wait for the variable to update I’d be able to navigate to the hidden, now visible tab.
How about using “wait for condition” and wait for 10 seconds with the condition being the boolean is checked?
didnt seem to work for me
Can you record a video of the problem?