Forum Discussion
nmrao
8 years agoCommunity Hero
Would you mind showing your data?
The documentation reference you provided not have the row index. Not sure where you get that screen shot which shows the index thing.
Any ways, have you tried
${DataSource_CaseHistory#bknCaseHistoryID::0} ? Assuming that "bknCaseHistoryID" is the column name.
The documentation reference you provided not have the row index. Not sure where you get that screen shot which shows the index thing.
Any ways, have you tried
${DataSource_CaseHistory#bknCaseHistoryID::0} ? Assuming that "bknCaseHistoryID" is the column name.
srandall
8 years agoContributor
I created my datasource for the test case for pulling back CaseHistory:
In my DataSource, I am pulling back the data I need:
I'm pointing to my DataSource to use the data my source has provided to apply my assertion:
I navigate to my DataSource Property:
I have tried point to the row by adding ':00' and I receive this message:
I also tried adding '[0]' as sanj suggested, but have not been able to get a successful result as of yet.
Any suggestions would be greatly appreciated. :-)