Friday
Hello, I am trying to use the action Get Unique Field Values in Collection Manipulation Extended. However, I am getting the below given error in the object. Any idea why it is happening and how to resolve this.
Answered! Go to Answer.
Friday
Hi @AkashNiayakad ,
Can you please provide the details collection and its field details?
The error message says that the field that you are trying to get the unique value seems to be not within the collection.
Please make sure to provide the column/Field name correctly(it is case sensitive).
Thanks,
Nandha
Friday
I dont have the latest version of the vbo to test this action out but if its similar to the filter action then you wouldnt need to define the collection name in the column to filter on just the column name. The column to get unique values from would be entered probably just as text "Target Field" or possibly with brackets "[Target Field]"
Friday
Hi @AkashNiayakad ,
Can you please provide the details collection and its field details?
The error message says that the field that you are trying to get the unique value seems to be not within the collection.
Please make sure to provide the column/Field name correctly(it is case sensitive).
Thanks,
Nandha
Friday
I dont have the latest version of the vbo to test this action out but if its similar to the filter action then you wouldnt need to define the collection name in the column to filter on just the column name. The column to get unique values from would be entered probably just as text "Target Field" or possibly with brackets "[Target Field]"
Monday
Hello everyone, sorry for the delay in responding to you. Yes, the issue has been resolved. I was updating the input value as a column from the collection rather than typing it in as text. This caused the issue, Thanks for all the support guys.