ContributionsMost RecentMost LikesSolutionsGet the member list from a parameter in a spreadsheet BR Hi all, I need to call this parameter to get the results in a member List of a BR: In this case, I would need to get a list with the values 6620 and 7610 in a Business rule of type spreads...Re: Get the member list from a parameter in a spreadsheet BR Hi Mike, Thank you for your anwser! I need to get the member list in a business rule of type spreadsheet which would return the parameters accounts in the next way: Dim accountList As List(Of Mem...Load more than 100 rows through a Table View Hi All, We are trying to load more than 100 rows through a table view using the method NumberOfEmptyRowsToAdd in the Business Rule: tv is our table view object. However, when we add a v...SolvedRe: Load more than 100 rows through a Table View Hi, After check with OS Support, there is limitation of the NumberOfEmptyRowsToAdd as it must be between 1 and 100. There is no way to increase this currently so we would need to break down into chu...