Hi everyone, super new to AppGyver (this week), and I’m trying to do something I know should be trivial, but I keep getting syntax errors.
I have a data set (parent) with properties Question (string), QuestionType (string), Recommender (email string), and id (string).
I want to display a single Question (based on the id) in a paragraph block and when I select a button I want to shift the paragraph to display the SEQUENTIAL Question (based on the index of the data).
How on the green bloody earth can I show just the Question from within my data?
Function: data.parent.Question…?
Thank you! I’m sleep deprived and I know this should be straightfoward.