I have a process which is driving my web app (i.e., delivering the datatable to the app).
In the app, I have a custom list which shows information for each row of the datatable.
In the process, I want to expand the datatable so that it also includes a column of data type Array of Strings
So far I have tried binding a custom list with the String datatable column, but I can’t figure out a way to show the data. The datatable column is ‘greyed out’ (unavailable) for me to use in the custom list. What am I doing wrong? Thanks in advance!