I put this in discord but I'll add it here, here's what I used before for item clickies where the name might change:
/casting "${FindItem[Charm of Queen].Name}" which works for all charms because of the partial match
You could wrap your item names like that then it doesn't matter if the tier number or format changes in the future (likely won't unless something's been assigned the wrong tier number). Or as other people have mentioned you can use the item id number as well.