Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Flow designer look up records

deepika46
Tera Contributor

Hello experts,

 

In flow designer, we have look up records, and there we add certain conditions. Suppose we have a encoded query in the subflow input, is there a way we can use that encoded query and use that in the look up records action?

 

 

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

Hi @deepika46 

Yes you can use encoded query in the Look Up Records action.

Timi_0-1702352846778.png

 

If you would like to call the Subflow Input Variables, you can use the below syntax:

fd_data.subflow_inputs.<variable_name>

 

Cheers,

Tai Vu

View solution in original post

2 REPLIES 2

jonsan09
Giga Sage
Giga Sage

Looks like it can be done with the scripting option on the condition, refer to this: https://www.servicenow.com/community/now-platform-forum/flow-designer-lookup-records-with-encoded-qu...

Tai Vu
Kilo Patron
Kilo Patron

Hi @deepika46 

Yes you can use encoded query in the Look Up Records action.

Timi_0-1702352846778.png

 

If you would like to call the Subflow Input Variables, you can use the below syntax:

fd_data.subflow_inputs.<variable_name>

 

Cheers,

Tai Vu