Hi Folks,
I have a canvas app which shows some details in a gallery. Most columns are coming from a single collection (colA). There's a status column in the gallery which depends on data in a table in data verse. This table data is already available in a local collection(colB).
I need to show the status value in gallery. Now I can create a new collection(colC) and add the status column using add columns to the colA and lookup colB and use colC as items of gallery. Or I can just directly do this inside gallery with out creating new collection but putting AddColumns(colA..) as items in gallery.
colA - can have a maximum of 1000 items
From a performance standpoint which is the better approach. I feel I should try to not use extra collection as it might cause more RAM usage. Does the same happen with Gallery?
Any insights will be appreciated.
Thanks