Hello,
I have created a sheet with a combo box linked to a table called tblDatabase_Migration, with the items being set by: Filter(tblDatabase_Migrations, active=true) to only show rows that are marked as active. I use the same code in DefaultSelectedItems to make sure they are all selected by default.
I need to be able to turn the table into a JSON object, but when I do it only seems to show two fields: the Dataverse table unique id and a column called title from the table. The code I am using is:
JSON(cmbTables_Migration_Export.SelectedItems, JSONFormat.IgnoreBinaryData & JSONFormat.IgnoreUnsupportedTypes)
It seems to sometimes work fine and then stops working, has anyone come across this issue or have a better way to resolve this?
Thank you,
Adam