Hi, I am using the Relevant function in my xlsf form builder to condition skipping or not. When uploading the sheet into Kobo it shows up successfully with the skipping condition as design, however, it is not working. The relevant is set on a one-choice only type.
Hi @danetgar and welcome to the community!
Can you share a screenshot of the relevant part of your form?
1 Like
Sure, thank you @hakan_cetinkaya
Hi @danetgar,
You either need to change the name
column of your pipe_bd1
list to enter
or
change the relevant column to ${jasmail_1} = 'Jasmail_1_enter'
Right now your relevant logic is looking for a name of enter
in your list, but it seems there isn’t one.
1 Like
Got it. Thank you.
Just to be clear if this issue arises to other people:
The Relevant column name in Survey tab needs to match the name column on Choices tab.
2 Likes