Copy String field value to Reference field in flow designer

Keerthana chama
Tera Contributor

Hi, I am trying to populate a string field value into a reference field in the flow designer.

For example, consider a string field which is in one table, i have to populate that field value into a reference field(this reference field values contain that string already)

if string is ABC and reference field values are ABC,DEF,GHI etc.

then it should should select that reference value and populate in the ref field.

1 REPLY 1

Mallidi Suma
Tera Guru

Hi @Keerthana chama ,

 

One way to achieve this is using Look Up Record.

 

1. Create one look-up record action and add a condition where the name is ABC assuming your string field is the name. This lookup record table is your reference field table. 

2. After saving the action. You can access the sys id of the record and populate it in the String using another action.

 

You can refer to the screenshots attached.

MallidiSuma_0-1683923710181.png

MallidiSuma_1-1683923771363.png

 

Please my answer as helpful if it helps!!