How do I add column to populated collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-03-17 02:11 PM
I have a populated collection via VBO and need to create a new column in it. There is a way to do it manually, but is there a way to do by robot?
When the column is added first, then it is not possible to populate it via VBO, an error occures - collection is formatted, but format does not match.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-03-17 09:31 PM
You need to use a dynamic collection for the output of the VBO action, then you won't get the error.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-03-17 05:22 PM
You can use Append Field page in the collection manipulation internal object to add an additional column into your already existing collection.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-03-17 06:08 PM
It is worth noting that the append field actions in the collection manipulation Vbo have options for text and number only.
However you can amend the code stage very easily to allow you to append other data type fields onto a collection.
