How to update multiple values on a field in flow designer?

Ricky Singh
Tera Expert

Is it possible to update a field with multiple values using a flow designer for example refer to the screenshot.

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

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

View solution in original post

3 REPLIES 3

Ricky Singh
Tera Expert

 I get no results when I put both values "ITIL" & "Knowledge" as shown in screenshot.

James Chun
Kilo Patron

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

Ricky Singh
Tera Expert

The comma worked, sorry I should have tried that.