Select to view content in your preferred language

AppRun Error While Running Survey123 Template

421
1
09-21-2020 05:35 AM
KrishV
by
Frequent Contributor

Hi All,

While Running Survey123 Template from App Studio (Version : 4.3.193), I'm getting below error:

Please let me know how to fix this error.

Erwin Soekianto

Thanks,

Krish

Tags (1)
0 Kudos
1 Reply
ErwinSoekianto
Esri Alum

Krish, 

It is a breaking change that is introduced in 4.3, on EmailComposer, you need to change the "onComposeError" with "onErrorChanged". EmailComposer was in Beta, and now it is released with a better error handling patterns. 

Apps that previously used the EmailComposer onComposeError signal will have to be rebuilt using the new onErrorChanged signal. Without this change, the app will fail to launch.

What's new in AppStudio—ArcGIS AppStudio | Documentation 

Thank you,

Erwin