Nested Repeat Position Issue retrieving from Inbox

854
2
Jump to solution
10-29-2021 12:21 PM
LarryWiebe
Occasional Contributor

Hi All,

I am having a problem with a very dynamic survey where the position it returning a wrong value in a nested repeat when retrieving a survey from the Inbox.  I have attached my survey supporting lists and a screenshot walkthrough of the issue...  All data is in the service properly, but the windows/android 3.13.234 and iOS 3.14.182B clients have all shown the problem.

Thanks,

Larry

0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

With nested repeats position(..) gets confused so you need to be specific.  position({repeatname})

Hope that does it

View solution in original post

2 Replies
DougBrowning
MVP Esteemed Contributor

With nested repeats position(..) gets confused so you need to be specific.  position({repeatname})

Hope that does it

LarryWiebe
Occasional Contributor

Thanks Doug, your solution and looking at what we had found an issue with missing .. and tightened up out nested repeats by adding the position(${repeatname})!

THANKS!