Can we add numbers of list item in a numbered list by taking input from user?

For Example: If user entered 10 then 10 list item should get created in the particular list.

Best Answer

  • Dikshant
    edited April 30 Answer ✓

    Hi yes, for that need a Index list which has let's say 1000 items added already. Then create a cal module with Index list x users list, and a user specific module where users will enter a number b/w 1-1000. Then create a filter to filter the number of rows selected by the user in the calc module. Like if I write 5 in the filter line item, 5 index should get filtered. And then create a saved view and add those items to your list.

Answers

  • Hi @Dikshant , does this process necessarily require user dimension or we can opt out user dimension?