I'm trying to add a section to your interface that will only display when the user selectsa maintenance request, and will display details for the selected request by repurposing anexisting interface object & this is the code.
I'm getting syntax error mentioning "Expression evaluation error at function a!localVariables parameter 3 [line 63]: Invalid list operator 'a!sectionlayout' (expecting comma)" but all Parentheses are closed properly & commas were added as per syntax.
How can I fix this ?
Discussion posts and replies are publicly visible
Update : it seems a comma was missing in line 5, at a!foreach() section. The code is now fixed. Thanks