I need to show “$1,000/month” in a single Text site element. The “$1,000” is stored in a dataset field and I would like to append “/month” to “$1,000”. Is it possible to do this without having to add “/month” in the dataset field as well?
Hi,
It is not possible to append text to a dataset record.
As a workaround you can place an additional text element with the string “/month” and place it next to the price string to make it appear as if its the same text.
Hi horngwey ,
For that and more complex use cases, you can use a post read hook to enrich your data
Shlomi