OK here are the details, as a demonstration.
Simple Excel spreadsheet with these tabs:
Sheet1:
cam1-a desc1-a
cam2-a desc2-a
cam3-a desc3-a
Sheet2:
cam1-b desc1-b
cam2-b desc2-b
cam3-b desc3-b
No matter what I do this API call won't get data from Sheet2.
api.function("DataSourceSelectRow",,"Excel/CSV,Sheet2,0") which should pull up cam1-b, desc1-b or
api.function("DataSourceSelectRow",,"Excel/CSV,Sheet2,1") which should pull up cam2-b, desc2-b or
api.function("DataSourceSelectRow",,"Excel/CSV,Sheet2,2") which should pull up cam3-b, desc3-b.
However, it will pull up from Sheet1 as appropriate, using this API calls like this: api.function("DataSourceSelectRow",,"Excel/CSV,Sheet1,1")
Is it something in how this is mapped in the Data Source Manager? It does see Sheet1 and Sheet2 in the dropdown, so it's definitely pulling up the spreadsheet correctly.
Now, if I'm doing something wrong, let me know.
Also, a clarification, this feeds into a lower third with name (which is example for cam1, 2, 3) and additional text description (which is example with desc1, 2, 3). I can see it changing when using Sheet1 but not Sheet2.
Thank you,
Fritz Golman
RadioDNA