Flow designer : Make a custom action so i can get display name from sys_id

Kevin Tomaz
Tera Contributor

Hello folks,

I´m trying to get some names from a "Look up Records" action, however it only gives me the Sys id. So now i´m trying to make a custom action, but it is not returning any values? 

Any ideas how to fix it?

thanks

KevinTomaz_0-1670413632790.png

KevinTomaz_1-1670413732637.png

 

Click to expand Workflow Automation category

2 REPLIES 2

Muhammad Khan
Mega Sage
Mega Sage

Try with below configuration.

 

Look Up Records Flow Action

MuhammadKhan_1-1670417689837.png

 

 

For Each Item in Flow Logic

MuhammadKhan_2-1670417748680.png

 

Log Flow Action

MuhammadKhan_3-1670417822314.png

Kevin Tomaz
Tera Contributor

Hi Muhammad Khan, thanks for the quick reply

 

Your solution works but we are trying to figure it out why our code doesn´t works as expected (should show the display name/values of the sys user records)

 

Thanks