Input() conditions

Hi,

how can i filter the results when using input() in an action?

At the moment, this action open a dropdown and lets the user select from a list of [container ID] which is a REF column in table BOX.

What I would LIKE it to do is filter this list to only show results if the Container [Shipment ID] has the same value the Boxs [Shipment ID]

Any suggestions?

try setting the below in the valid-if parameter of [Container ID]

FILTER("CONTAINER’, [Shipment ID]=[_THISROW].[Shipment ID]

2 Likes

Thanks!

1 Like