Unable to select the value to map in flow designer

ArpitaVK
Tera Guru

I am working on the flow designer that triggers the Staff change LCE from the Workday payload received. The payload includes New Manager ID and Old Manager ID(both are string inputs to the flow).

There is a lookup record for the New Manager ID and the Old Manager ID on the User table. For Lookup on New Manager ID, I am able to map that value to get the New Manager Name and Title.

ArpitaVK_3-1777280554767.png

But for the Old Manager ID lookup, I am unable to select its reference to map. It looks like the selection has been disabled. 

ArpitaVK_0-1777280442753.png

 

ArpitaVK_1-1777280487117.png

Can someone help me with this issue?

 

1 ACCEPTED SOLUTION

ArpitaVK
Tera Guru

The issue has been resolved. I created flow variables for Old Manager Name and Old Manager Title - both of type String. After the Lookup record action for Old Manager ID, I set the flow variables to their corresponding mapping from this lookup action and then used these flow variables to set the values in the Submit Catalog item Request action. 

ArpitaVK_0-1777370435037.png

 

ArpitaVK_2-1777370590332.png

 

View solution in original post

27 REPLIES 27

Ankur Bawiskar
Tera Patron

@ArpitaVK 

could be a platform limitation.

Did you check ServiceNow docs?

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Ankur Bawiskar Thanks for the reply!

 

Can you please let us know which ServiceNow we should refer to? Also, what could be the solution to resolve this issue?

@ArpitaVK 

is this a custom flow action or OOTB flow action which you are using?

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 10x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Ankur Bawiskar, I am using the OOTB flow action.