{{incident.raw\_causes\[i\] | get: '<attribute>'}}
{{ incident.cause\_ids }}
OR
{{ incident.raw\_causes | get: 'id'}}
for the select field type
{{ incident.raw\_causes\[i\] | get: 'id' }}
for a multi-select field type
{{ incident.causes }}
OR
{{ incident.raw\_causes | get: 'name'}}
for the select field type
{{ incident.raw\_causes\[i\] | get: 'name' }}
for a multi-select field type
{{ incident.cause\_slugs }}
OR
{{ incident.raw\_causes | get: 'slug'}}
for the select field type
{{ incident.raw\_causes\[i\] | get: 'slug' }}
for a multi-select field type
{{ incident.raw\_causes | get: 'description'}}
for the select field type
{{ incident.raw\_causes\[i\] | get: 'description' }}
for a multi-select field type