Dataset lookup error in fragments
When I try to save a visual fragment with the dataset lookup function, it throws the below error but works fine in email templates.
{{datasetLookup datasetId="1234567890" id="101" result="store" required=false}}
Product details: Name:{{store.productName}}
Description:{{store.productDescription}}
Amount: {{store.productListPrice.amount}}
Conversion Date: {{store.productListPrice.conversionDate}}
Currency: {{store.productListPrice.currencyCode}}
There are no errors in the expression
But when I try to save the fragment, I get the below error, but the same is working fine in the email template.


Is anyone on the same page? any solutions would be helpful.
