Upload button in Perspective table

Hey guys!

I have a data record that can be viewed in a table. I created a button in which I add a new column to call a popup, where I want to attach files.

To do this, I need to pass the object ID of that line, so I can correlate the file with the data.

image

If anyone has already developed something similar and can give me an example, I would be grateful.

Does your column view have a rowData input parameter? If so, it will automatically be populated with the entire row for use within the view.

4 Likes