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?
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
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.
@Anil_G thank you so much. This is exactly what I was looking for!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.