Solved
How to customize piped text
I'm working on a survey that has a multiple choice question with the following response categories:
* Conserve the local environment (e.g., conservation easements, land acquisition)
* Manage or take care of a place in the local environment (e.g., a community garden, a block of street trees, an empty lot, a riverbank, a schoolyard, a forest preserve)
* Transform or restore the local environment (e.g., daylighting a stream, brownfield to prairie restorations, urban trees, green infrastructure)
* Monitor changes in the local environment (e.g., air or water quality, dumping, or species monitoring, remote sensing, urban heat, shade, soil)
* Advocate for the local environment
* Educate the public about the local environment
* No, My organization does not do any of these stewardship activities.
I want to take the responses to this question and pipe them in other questions; however, I don't want the full answer category. For example, I want "Conserve the local environment (e.g., conservation easements, land acquisition)" to show up as "conservation" in a piped text. Is this possible?
Best answer by Anonymous
Hello @cdonovan ,
You can acheive this by branch logic in survey flow i.e you can set condition that if "Conserve the local environment (e.g., conservation easements, land acquisition)" is selected then set Embedded data(temp) in the survey flow as "conserve" and then keep concatenating based on branch logic as " ${e://Field/temp}, Manage" if "Manage or take care of a place in the local environment (e.g., a community garden, a block of street trees, an empty lot, a riverbank, a schoolyard, a forest preserve)" is selected and so on. Hope you get the implementation.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Then see inserted piped text. When I preview the survey and fill out this question, nothing populates.
!
!
!
When I test the survey in preview mode and select that advocacy response in Q1, the "advocacy" text does not appear in Q14. Nothing appears. What else am I missing?