
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 11:00 AM
Is it possible to update a field with multiple values using a flow designer for example refer to the screenshot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 01:47 PM
Hi @Ricky Singh,
The 'type' field on the [sys_user_group] table is a List type referencing the [sys_user_group_type] table.
Try the following:
- I am not sure this will work but let's give it a try - use a comma instead of a semi-colon (i.e. itil,knowledge).
- If the above doesn't work, use the sys_id of the records, this should work. i.e. 1cb8ab9bff500200158bffffffffff62,458de4f067671300dbfdbb2d07415ad6
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 11:02 AM
I get no results when I put both values "ITIL" & "Knowledge" as shown in screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 01:47 PM
Hi @Ricky Singh,
The 'type' field on the [sys_user_group] table is a List type referencing the [sys_user_group_type] table.
Try the following:
- I am not sure this will work but let's give it a try - use a comma instead of a semi-colon (i.e. itil,knowledge).
- If the above doesn't work, use the sys_id of the records, this should work. i.e. 1cb8ab9bff500200158bffffffffff62,458de4f067671300dbfdbb2d07415ad6
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 09:55 PM
The comma worked, sorry I should have tried that.