So my issue is using a bubble card when i close the popup i want it to go right back to the default dashboard. It does this fine on the main dashboard but if i link it to a subview dashboard then it closes to the subview and then its just blank until i hit the back button on the top left.
im wondering if there is a way to automatically revert to the main dashboard upon close. Is there a way to modify the navigation path on the X? Or another way to accomplish this?
I kind of did. Basically created subviews on the dashboards and linked the tap action to the subview dashboard. Basically that subview dashboard is acting as a popup card. From there i just created a similar header and defind the tap action to go back to the main dashboard.
That seems cumbersome.
I did find a better solution.
Essentially, if you want your subview back button to always send you back to the same dashboard you can set the “back_path” variable. Then if you press the back button it will always navigate you to the provided path.