Hi Guys,
Any heads up appreciated...
I have a survey123 form and it works (so far) well in the mobile app on iOS, the same form however on the Web Browser app in IE and Chrome fails to load with an error while accessing the content of a .csv file
this is the IE file error 
The error in chrome
The auth.csv below file is as example - it only has commas as the delimiter.... I'm using this calculate on a username Type to lookup the csv file find a user and update their Authority field.
| pulldata('auth','authority','name',${username}) |
authority,name
A,AA
B,BB
C,CC
any ideas or direction hugely appreciated
Cheers