This code is used in HtmlText.
Concat(
Distinct(
Filter(
Table1,
A.Value = Index(Choices(ITAM_asset.A), 1).Value // here
), B.Value
), Value & "<br>"
)
How do I use the loop statement in the above code to set the number 1 larger one by one?
I need to iterate through the number of rows in SharePoint using CountRow.