An action is not display

I created an action as set the prominence as primarily display or prominently or display inline. But the action doesn't show in the View Table, It just shows in the Details view. But the same action like this I set for other tables.This detail table this action can showThis detail table this action can showBut the same table but in the view it can not showBut the same table but in the view it can not showIn other tables, same action can showIn other tables, same action can show

1 2 119
2 REPLIES 2

To show the action in the table, the action display must be set as primary and the action expression must target the related row in the related table.

sample:
ANY(SELECT(Table[list], AND(ISNOTBLANK([list]),[Date] = MAX(Select(Table[Date],AND(ISNOTBLANK([list]),[status]="Low"))))))

 

If the action is doing something with a row basis, it won't show it on the table view as it doesn't know which row to use.

Top Labels in this Space