I just released my first design and I worked around this by having the weather icon complication stay in the same place between both the round and square layouts. I had no problem getting icons, text and other tag values to re-position when switching between round and square layouts.
The issue is the creator tool works fine - the complication moves as expected but in the actual rendering on the watch face the complication is missing.
Here are the conditions I used:
X Position
$#ZISROUND#==true?122:90$
Thanks for the idea. I just tried it - no joy. The editor worked OK just like before and when I pushed it to the watch to test it disappeared just like before.
Thanks for the idea. I tried your suggestions (both single = and double == versions). Comparing to 1 and true leads to the same results - works in the editor missing on the actual watch. Comparing to True just always yields the false condition so it dosne’t work in the editor or on the watch.
Sorry to hear you are hitting a similar problem @lcardona44. I do not think this is the same issue thought. For me when I take the conditional out of the position property the icon appears just fine.