Unable to get nested parameter to work in dynamic content

I am trying to use the following code

{{dc:post:meta post="{{dc:p:case_study}}" key="case_study_card_background_image"}}
OR
{{dc:post:meta post={{dc:p:case_study}} key="case_study_card_background_image"}}

But it is not working, this is what it outputs

" key="case_study_card_background_image"}}

However, when I use this code it outputs the correct data

{{dc:post:meta post="3870" key="case_study_card_background_image"}}

And when I use just this code it outputs “3870”

{{dc:p:case_study}}

I have tried escaping the quotes and the curly brackets but cannot get it to work when combined

Hey Kyle,

Nested Dynamic Content is currently not supported. This is in our feature request list already though so please stay tuned for future updates. There’s no solution for now.

We are nearly there with this one. I didn’t make it into 6.3, due to the already increasing scale of the release, but if we don’t do a special point release for it, it will be in 6.4.

Great, thanks for the update!

1 Like

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