Copy String field value to Reference field in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2023 08:44 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2023 01:36 PM
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.
Please my answer as helpful if it helps!!