I am working on a Forms process that has a table. The table has 5 columns, one of them being a row id and the other 4 being drop-down fields. The end user needs to enter the 'Row ID' and that will kick off a lookup to return the corresponding row from a database table and populate a table row in the form (the row id is a field within the table row of the form).
With the drop-down fields populated from the row id lookup, I would also like them to populate with additional options from another lookup configured on each field.
The idea here is for the end user to see how a row in the database is currently configured and then using the drop-down fields, change the values if needed. This will then kick off a workflow that will then update the row in the SQL table.
Does anyone have any ideas how to accomplish this? I thought I had done this before, but using the new designer I am not having any luck and think I must have been thinking of something else.