I am trying to pull data from an external file to display it on the form. I have uploaded the external file through media upload and trying to pull data from it.
I have followed the syntax for pulldata which is explained in the community.
pulldata(‘Schools’,‘School_Leader_Name’,‘School_Name’,selected-at(${School_List},position(…)))
One difference is that, in this case , the School_List is a “Select one from file” type question. But I am not able to pull the school_Leader_Name in this case. Am I doing it right? Please help.