What is your goal?
To get it fixed!
What is the problem & what have you tried?
2.5 hours with Claude: In my scenario, the Deal ID from a Pipedrive Search Deals module won’t pass through to the Deal ID field in a Pipedrive Upload a File module. The INPUT shows no Deal ID even though Search Deals found the deal. Hardcoding the number works. How do I fix the mapping?
Error messages or input/output bundles
See screenshot
Screenshots (scenario flow, module settings, errors)
Hi @TitleTwins
Since hardcoding works but mapping doesn’t, the issue is that the Search Deals module is returning the Deal ID nested inside an array or collection rather than as a flat value.
In your Upload a File module, instead of mapping the top-level Deal ID field, look for the result that shows something like 1. ID or deals[]: ID … that’s the actual value you need to map. If you see multiple levels in the variable picker, make sure you’re selecting the ID from inside the result item, not from the module output wrapper.
Hey there,
the screenshot you are showing is from some PDF file and that doesn’t seem to relate to the problem you are describing.
Can you show some screenshots from the scenario so we can see how the modules are setup? Can you also show what the input bundle looks like when the mapped value wasn’t passed?