Odoo Custom Search can't pull in data from previous step

I am trying to use the Odoo built-in integration and am having issues when I try to pull in data from a previous step to generate my search query.

Here is the example of when I am trying to pull in data
[[
“name”,
“=”,
{{step_2[‘name’]}}
]]

When I hard code this it works as expected. Any ideas?

[[
“name”,
“=”,
“company_name”
]]

Hello @Ezra_Mendelson ,

[[
“name”,
“=”,
"{{step_2[‘name’]}}"
]]

Can you try this way?

That works, thanks! I swear I tried that before, but must have had some mistake in it.

1 Like

Glad to hear it worked—let us know if you need further assistance.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.