Select to view content in your preferred language

One of the relevant calls in my XLS does not function in the web form, while all my relevant calls function in the connect app.

1229
2
Jump to solution
07-27-2023 09:53 AM
AmandaSapp
Occasional Contributor

 I have an issue. I have several relevant calls defined in the XLS, they all work in the connect app and only one does not work in the web form.

 

Can someone please help me figure out why only one of the relevant calls do not function in the web form. I attached the XLS - the issue is on line 7 - line 7 should only be presented when the user selects line 6 where line 6 choice = unclear. I have been struggling for days on this. Please help. It is important to note ALL relevant calls work as expected in the connect app.

I have lost 2 days on this.

 

Thanks in advance.

Tags (1)
0 Kudos
2 Solutions

Accepted Solutions
Jim-Moore
Esri Regular Contributor

Hi Amanda, thanks for providing your XLSForm.

The name of the first group in your survey uses the reserved name generated_note_form_title, which is used to customise the form title and survey description. Please find more info on special note questions in the Customize form elements documentation.

If you rename the group to something other than a reserved name it should resolve the issue with the relevant expression.

Best, Jim

View solution in original post

AmandaSapp
Occasional Contributor

works! Thanks! Reserved key words - thank you!

View solution in original post

2 Replies
Jim-Moore
Esri Regular Contributor

Hi Amanda, thanks for providing your XLSForm.

The name of the first group in your survey uses the reserved name generated_note_form_title, which is used to customise the form title and survey description. Please find more info on special note questions in the Customize form elements documentation.

If you rename the group to something other than a reserved name it should resolve the issue with the relevant expression.

Best, Jim

AmandaSapp
Occasional Contributor

works! Thanks! Reserved key words - thank you!