I'm attempting to send an email to the first person in a table. In the email body, I'm trying to use the variable with the first index specified (/dataset/Household_Members[0]/Name). You can see that I'm using the typical array programming index to specify, but that doesn't accomplish what I want and the email is still addressed to each name in the table (Name1; Name2; Name3,). How do I specify that I only want the first row?
Question
Question
Answer
SELECTED ANSWER
replied on December 20, 2018
•
Show version history
You have the index in the wrong place. It should be at the end next to the variable, not next to the table name. Also, I believe the indexing starts at 1 so it matches the "Row()" value.
{/dataset/Household_Members/Name[1]}
1
0
Replies
You are not allowed to reply in this post.
You are not allowed to follow up in this post.