I'm having problems getting past the syntax test when uploading a feature report template. I created a new template from S123. I'm changing one select_multiple question to try out the examples in my own survey from the help guide.
${facility_type} is the original and it works. The output is full,carry_out
Trying
${facility_type | selected:"full"} Full - (Why do I need to include the word Full outside of the curly brackets? Is it a label?)
Error: Failed to parse ${facility_type|selected:”full”}. Filter selected:”full” is not supported."
or
${facility_type|appearance:"bullets"}
Error: Failed to parse ${facility_type|appearance:"bullets"}. Filter appearance:"bullets" is not supported."