Referencing queue items after serializing

I have used JsonConvert to serialize a collection of data as queue items. The data has been grouped and each queue item now contains all the data of one specific group. How can I get this group to use as “reference” in the properties panel?

@JP_de_Bles

You can use a comman geoup name or so as reference and add same if this is what you are looking at

If not can you please elaborate

Cheers

@JP_de_Bles

Each group will have a group.key property which will be the common name of jkey of the group…use that to add as reference

Entry.Key is what you can use

Cheers

@Anil_G thank you for your reply. If the queue item is an Excel row I can easily use a column as reference. However, now a single queue item contains an entire string of Excel rows. However, they have 1 column in common because they are grouped based on this value. But I am not able to translate this into the reference property.

@JP_de_Bles

As mentioned entry.key will give you the key for the group

Cheers

@Anil_G thank you so much. This is exactly what I was looking for! :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.