Forum Discussion
DougHenning1
2 years agoCommunity Manager
That error usually happens when you don't use a loop on search step results. If your step C is a search query, then you need to use a loop to access the results. If you know you'll only have a single response you can skip the loop and reference the first element directly: {{ c[0].related_member }}
Hope that helps!
------------------------------
Doug Henning
------------------------------
saniyah
2 months agoQrew Member
thankss! this worked for me