Hi,
I am trying to build an App, where the user is prompted to choose the value of [Index] (e.g 5) that updates the value in the Select Records tool
I have got it to work using a Numeric Up Down tool where I manually set the conditions of [Index]...see attached workflow
However, I would prefer the user selected from a drop down, which is populated with the values of [Index] from the same Input.This way if Index '11' suddenly appears in the source data, I don't have to update the Maximum in the Numeric Up Down tool.
I have looked at the example for the Drop Down tool and it seems the 'Fields from Connected Tools' option is for the User to select the 'Field Name' rather than the 'Field Value'. I have got around this by including a Cross Tab tool (see second workflow) but wondering if anyone has any better ideas?