Dynamic Popup Content in Tables

Hello!

I have a table, and inside this table, there’s a reusable element that appears when you click on “edit row.”

Is it possible to make the content of this popup 100% dynamic so that the content displayed varies depending on which table it’s in?

Note: In some tables, I want to have 10 columns, while in others, only 5. Therefore, the content of the popup will vary from table to table. For example, sometimes it will show Date, Product, Status, but in other cases, it should show Date, Location, Address, etc.

Thank you!

I can think of 2 ways to do this:

  1. You can set the data source of the popup as text and your text could be
    Row 1 - {var} | {var} … \n Row 2 - {var} | {var}. This way you can split by \n for the rows and split the row by | to get the
  2. Have groups for different tables within the Popup that you can set, and control the visibility/formatting the RepeatingGroups depending on the same

This topic was automatically closed after 70 days. New replies are no longer allowed.