#Tableau CRM #Bindings #Dynamic Content #Analytics
Hi everyone,
I am trying to use a dynamic binding to dynamically change the image widget name and consequently the picture itself..
I have uploaded 2 pictures and those are called test1png and test2png in the advance editor.
However, when I implement the binding over the name (defaulting it as test1png) it shows "image not found".
Anyone can help? Below the use case.
{{coalesce(cell(SegmentationPOS_1.selection, 0, \"Segment_Text_POS__c\"), \"test1png\").asObject()}}
{
"type": "image",
"parameters": {
"fit": "stretch",
"alignmentX": "left",
"alignmentY": "top",
"image": {
"name": "{{coalesce(cell(SegmentationPOS_1.selection, 0, \"Segment_Text_POS__c\"), \"test1png\").asObject()}}",
"namespace": ""
}
}
}
I found the answer! Maybe worth investigating increasing the scope of the bindings to more widgets' properties?