I have an expression to convert the result of a blob storage get to base64 so it can be emailed. If I save the logic app, when I go back and look at this action, the expression will be missing. Even without making any changes I will be prompted to save, if I do the expression will be actually deleted and my app will break.
What I want to have saved
What gets displayed after saving
Showing that the 'save' button has become active even though I haven't changed anything
Showing the code peek, as you can see the base64 expression has been omitted by designer
The template export shows the expression being present, even at the same time as designer shows it missing.
This is a significant issue because it means that designer will mis-read the template, and then save its mis-read version instead.