I am able to filter data from my AppState to show in a SmartTable with some JavaScript
return {{state.assessmentQuestions}}.filter(item => item.id == {{activeRoute.queryParams.questionId}})
With the Text component that does not seem to work. The Text field doesn’t seem to support JavaScript. Am I missing something or is there maybe a workaround to get filtered data into a Text component?