Hello - first post here and new to InfoPath...
I'm looking for ideas with examples on how to populate a drop down list field on my InfoPath 2013 form from a single line of text column in a SharePoint 2013 list when another text column in that row contains the word "List"? The columns with these values are in the same row. I have a data connection (secondary) to the SharePoint list set up and the text column contains "A;B;C;D;E" (for this example, to keep it simple). The delimiter for the choices is the semi-colon.
So, in the SharePoint list I have
single line of text named Value1 containing "A;B;C;D;E"
single line of text named Field_Type1 containing "List"
I would like to populate the drop down list on my InfoPath form to have the choices:
A
B
C
D
E
My thoughts are to somehow populate a repeating field (that the user won't see) in the form's main schema from the list's values and then use the repeating field to populate the drop down list. Is this possible? I am using a Form Library and I can use VB code behind if it can't be done in rules only, or is much simpler in code.
Hope I have explained it well enough. Looking forward to your replies!