You know how we have Lookup Rules to populate drop-down menus right?
I was wondering if there was something similar to populate HTML Tables in a similar way.
Say for example: I could pick the data source in the lookup rule section and then say Fill this with That, and instead of generating a drop-down menu, it would generate an HTML table and the data in each cell.
Maybe if I tested enough with css and javascripts I could simulate a table using a drop-down menu, but I guess the issue would be when the table has more than one column.
I wanted to ask if anyone has ventured with something similar, before doing further analysis.
Thank you.