In exercise 8, when I want to do "Start Process for Debugging", I get the following error whenever I try to enter values into the fields
"Expression evaluation error [evaluation ID = FI5GM] in rule 'wsaa_addvehicleform' at function a!fileUploadField [line 107]: WSAA Vehicle can only be indexed into using square brackets or the index function"
Could someone help me to fix this?
Discussion posts and replies are publicly visible
It seems like you try to use the dot-notation to access fields. Try this: https://docs.appian.com/suite/help/24.2/reference-records.html
Adding to Stefan,
In this community exercise you need to solve the error . While debugging go the interface make the necessary changes and run the process again.
Attach the code to get the issue solved.
Sharing the code for the fileUploadField on line 107 would help diagnose the issue. As others have suggested, using the dot notation (.) to access the field or the index function might be the solution.
Can you please attach the code at line 107 of file upload field, that would help to suggest exact solution.
looks like issue is with come unmatched syntax, where the index needs to be used i guess.
Thank you for all the replies. I managed to solve the problem by editing the expression of the AddVehicleForm interface. The dot notation in the expression had not been automatically formatted:
Old version
Corrected version
philippu0221 since the variable type is record, you have now mapped it in correct format