Hi Swetha,
To separate serial numbers into individual rows using CommunityCommons.SplitString, first pass the serial number string along with a delimiter (e.g., ","
) to the function. This will return a list of split serial numbers. Iterate over this list in a loop within your microflow, creating a new Inspection object for each serial number and assigning the value to its Serial_Number
attribute. Once all records are created, commit them to the database. Finally, refresh the data source on the overview page to display the newly added rows dynamically.
Let me know, if you have any issues,
Hope it helps!!
Hi Swetha,
If the serial number contains no more than 10 delimiters, you can use Non-Persistent Entities. You can also persist the serial number after splitting it and display the number on the page. However, the following approach demonstrates the process using Non-Persistent Entities.
Please follow these steps to display the serial number separator in each row:
5. Refer to the below change action inside the loop
7. refer to the page to show the serial number in project and browser