Mapping Input Value to Conditions in Record Operator in AI Agent Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 07:15 AM - edited 04-29-2025 08:29 AM
I've watched a few YouTube videos and I'm trying my hand at building my first AI Agent. I've created a tool from the Record Operator option but I'm struggling to figure out how to map my input/value into the filter conditions.
You can see here it picks up my value, but it's not applying to condition filters.
Did try {{ inputs.update_set_name }} as well, but that failed.
On Edit: I did notice the statement in the test run saying "This inputs should not be modified or prompted for". How should we modify our filters/conditions then?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 10:53 AM - edited 04-30-2025 10:53 AM
Hi,
One would think that it was {{inputs.update_set_name}} 😉... try {{update_set_name}}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2025 11:02 PM
Hi @BoostN ,
Did you managed to map the input value to conditions for your record lookup operation?
I am having the same challenge and both {{input_field_1}} and {{inputs.input_field_1}} doesnt seem to be working for me.
Regards,
Wei