Hello,
I´m from Ecuador where my code format for lists and parameter separators are different from US and other countries for sure, we use 1 semicolon (;) for parameters and 2 semicolons (;;) for sentence separator.
I was testing the new Power FX String interpolation feature, explained here, announced today and it work in the development studio, but once the App was published, the code didn´t work. When I reopened the app in the studio, the code in the control event (OnSelect()) was replaced by the "Concatenate()" function using US format for the whole code in that control (not only the concatenate function).
This happened twice, so I just revert to the Concatenate function.
I´m just reporting the bug.
Solved! Go to Solution.
Hi @freddyccix ,
According to the blog, there is a known issue with this feature when used in some apps that also use service functions through a connector. On save of the app, $” will be replaced with Concatenate. The problem has been fixed in 3.22051 which will begin deployment shortly.
In addition, maybe you could try to change your authoring version manually. It works on my side.
Best Regards,
Charlie Choi
I am having the same problem. Saving the app and then re-opening later in the studio we find that the $" beginning of strings is replaced with Concatenate (but without proper brackets) so that it gives a parsing error.
Hi @freddyccix ,
According to the blog, there is a known issue with this feature when used in some apps that also use service functions through a connector. On save of the app, $” will be replaced with Concatenate. The problem has been fixed in 3.22051 which will begin deployment shortly.
In addition, maybe you could try to change your authoring version manually. It works on my side.
Best Regards,
Charlie Choi