Renaming Choice DataType when presenter is set to tile

Hi

I am trying to rename a choice property display name based on a condition. There are three options.

Example: If condition 1 is met then the second option should be Coffee
If condition 2 is met, then the second option should be Tea

I am able to successfully rename it if I set the presenter of the property to input dropdown. As soon as I change it to the desired presenter of tiles, it no longer works and this code returns null.

var choices = fragment_presenter.get_template_data(‘choices’);

It seems to me that the template data option of choices is no longer available to the fragment presenter when the presenter is set to tiles.

Kind Regards,
Carl

Hi @CarlDugdale i may be wrong, but i think i had something similar to do with filter paths used when using Tile Presenters, which was subsequently patched for me. I was using Build rather than Code Studio.

Just wondered if you have patched and are still having this issue ?

Hi @LewisGallagher

My environment is fully patched but I havent checked it recently. I discussed the issue with my client and changed the presenter to a drop down.

Carl