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
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.