Hello there,
I have a scenario in which I cannot map a data for some reason.
My modules 4 et 5 get multiple data from my module 8, but one of them does not go through: “gw_score”. Here is a screenshot of my module 5.
Yet this value is retrieved from module 8, just as several others that my modules 4 and 5 can read:
I added this value after the others ones, but I made sure to refresh data in all these hubspot modules.
What could be the explanation for this?
Hey David,
what do you mean its not going through? Its not passing the filter?
I cannot map it in my modules 4 and 5.
I tried different ways of writing it in the value cell, including without mapping, but I keep getting this kind of error:
Can you show the output bundle of the search module? Maybe its coming with a different name?
You’re right! It’s coming as “score”, why is that so?
And how should I write it?
Hover your mouse over it and it should give you the raw name. But judging by the other names, I guess {{8.score}} should do the trick.
Awesome, it’s now working!
I had to use 8.properties.score.
Overall, how do I know if I have to use the “properties.” or not?
Ah I see, cause its in the properties collection.
1 Like