Hi All,
I need to display the dynamic data from table to html tag like
and so on for all data in the table type
Thanks in Advance
Could you provide some more context for your goal here? Are you just needing hyperlinks with text? Because you can do that by adding a link element inside the repeating group: text = current cell’s name; link destination= current cell’s URL. Or is there a reason you need the actual HTML written out?
Depending on your context as @romanmg points out … List Item Expression might cover it.
This topic was automatically closed after 70 days. New replies are no longer allowed.