Missing Bulk Select Button

Update: I have found that including a go to another view function in a grouped function it kills the bulk select.. I'm gonna leave this here for any other new users trying to figure this out.

So I' trying to build an app, Multi-Select works fine on my other apps, but refuses to show up in table or deck view on this one, at least, since yesterday. I don't know what I did, I compared it next to another app in the general settings and just can't see anything

 

The affect table does have functions, and is not run from a slice. I've included the view options, the view itself and the function list. Thanks in advance

 

 

Screenshot(2).pngScreenshot(3).pngScreenshot(7).pngScreenshot(8).pngScreenshot(7).png

Solved Solved
0 1 637
1 ACCEPTED SOLUTION


@EchoFive wrote:

Update: I have found that including a go to another view function in a grouped function it kills the bulk select.. I'm gonna leave this here for any other new users trying to figure this out.


Any navigation action within a group stops the group execution right there, no other action later in the group will run. This same idea applies for running navigation actions across multiple rows, you obviously can't send the user to multiple views at the same time, so it's prevented from even being a possible option to try.

 

View solution in original post

1 REPLY 1


@EchoFive wrote:

Update: I have found that including a go to another view function in a grouped function it kills the bulk select.. I'm gonna leave this here for any other new users trying to figure this out.


Any navigation action within a group stops the group execution right there, no other action later in the group will run. This same idea applies for running navigation actions across multiple rows, you obviously can't send the user to multiple views at the same time, so it's prevented from even being a possible option to try.

 

Top Labels in this Space