I have multiple rows of information the user inputs. I want to have a icon that opens a pop up and populates the information of that row so that the user can modify it.
To identify the row I have a unique ID so what I want to do is have the pop up work on the unique ID but it changes depending on the row, like the field itself.
Is there a way where I can push the field information to the pop up so it can open based on that so I am not building a pop up for each row?
You will set the type of the popup the same as the repeating group and use action display data in popup/group
to pass the current row to the popup. Then do whatever you want with that data.
Thats what I figured, I was hoping for something more dynamic as the constraint changes.
I worked it out. Ive made a DB where I save the batchID via workflow as change a thing. So the only thing I have to do is set up workflows for each row. The constraint stays the same.
That definitely is not an ideal solution. But hey if that works for you.
Why isnt ideal. Im new so Im still learning.
Setting up different workflows for each row is not ideal. The way to pass data to a popup is how I explained. Maybe get used to using this for future purposes.
I get the way your saying but how do I identify each row. Each row has a cell with its ID, when I open the popup I need it to recognize which cell to utilize to take the batch ID from. So if I need to identify row 1 I want to press a icon at the end of row 1 and that take the user to a pop up that will allow them to modify the information in row 1 but no other.
When you add a button to a row and when this button has a workflow, you have access to the Current Cell's thing
automatically inside this workflow. You don’t need to identify the thing by ID or anything.
There are 10 rows to an RG does that matter?
It doesn’t matter.
This topic was automatically closed after 70 days. New replies are no longer allowed.