Action not triggering for condition

I have a detail screen where users can select an item from the inline view and the system should either open a LINKTO FORM screen or a LINKTOFILTEREDVIEW screen based on a condition.

The inline view has a grouped event action in place when the row is selected and within the grouped action is of course the 2 conditional actions:

When I test the conditions, I can see the data in โ€œreceipts_for_pastdayโ€ meets the condition for Conditional Action 2 (open_receipt_fr_route) but the system continues to trigger action 1.

Is there something Iโ€™m missing in the condition?


Conditional action 1:


Conditional action 2 - open_receipt_fr_route:


receipts_for_pastday data:

Solved Solved
0 7 152
1 ACCEPTED SOLUTION

Thanks @Marc_Dillon Marc and @Suvrutt_Gurjar. Since LINKTOFILTEREDVIEW is used for table views I had to switch to LINKTOROW in order to display a Detail View.

Here are final โ€œworkingโ€ expressions for community reference:

Target:
LINKTOROW(
LOOKUP([_THISROW].[Truck Number],โ€œreceipts_for_pastdayโ€,โ€œTruck Numberโ€,โ€œreceiving_idโ€),
โ€œReceiving Detailโ€)

Condition:
LOOKUP([_THISROW].[Truck Number],โ€œreceipts_for_pastdayโ€,โ€œTruck Numberโ€,โ€œStatusโ€)=โ€œIN_PROGRESSโ€

Thanks again!!

View solution in original post

7 REPLIES 7
Top Labels in this Space