Hi,
I have a Sharepoint list (staffTable) that includes 50 names in a column (fullName)
Is it possible to display 10 names in htmltext control?
What I am trying to achieve is to display the first 10 names, then the second 10 names, and so on every time I click the submit button.
Thank you,
Hi @Jifri,
Do you want to only grab 10 names at a time in htmltext control?
If so, here is a simple demo for your reference.
1). Set a variable as below:
Set(n,n+1);Set(varnumber,2*n)
2). Set the htmltext property as below:
Concat(FirstN(list_name,varnumber),FullName,"<br>")
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1