Hello,
I'm building a Canvas app with SharePoint as a DataSource.
There is Collection named "colDialEditC" with column "IncomingOrder", "PhoneExtention", "PhoneNumber" ,"LineType", like such.
I'm creating screen for printing and I need to have table to show values in collection.
With several reasons and requirements, I cannot place Gallery control to this screen. Instead, I should put text controls independently.
In order to show value for each text box, I did like this. (below shot shows)
My problem is ... let's say, if this collection contains only 8 row data, the rest of static text box value shows the "last value" of this collection repeatedly.
Is there any way to solve this problem?
Thanks for your help.