The user that is signed up to task them with the submittals
a due date for each one
add documents button
I was told that using parent groups would work and it has worked for the dropdown and the user, but it won’t add the same user or option down the list, like I want it too.
Can you please share more details with screenshots or the setup of your repeating group?
How this numbers are generated and where they are located I mean are they coming from database or option set? Does each item has a number by default? Or there is a calculation when a new thing is created?
It works for the first one, but then it doesn’t go down as a list, it just keeps adding on to the first one
do you recommend using repeating grids to make that list as well as the list into our database?
You can use repeating group to work with any types of list.
In you database just add a field “Item Number” (field type number and do not check list type).
In your workflow when you are creating an item/thing do something like this (Itemnumber = do a search for dataname’s last item’s itemnumber+1). This will automatically increase the item number by 1.
Then use repeating group (data source > database) to display your database. In repeating group you will need to create Element (e.g. text element) to show the data inside the current cell the repeating group has. (insert dynamic data > current cell’s text)
I think so. You will need to have a field like Serial No. (SI No.). You can name it “ItemNo.” field type number.
You will need a repeating group to get all things in list format.
You will need a workflow like when a button is clicked it will create a thing. Please see screenshot below to understand how it works. You will need to add a number each time you create a new thing (Item).