Create RITM and copy variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 01:06 AM
HI Team ,
there is a catalog item with variable 'role' (string)
if multiple values are entered (coma seperated) and submitted, it should create multiple ritm's.
for example role1, role2 are given in role variable and submitted, it should create catalog item with 'role1' and also another catalog item with 'role2' in that variable.
also other all variables should be copied to 2nd ritm created.
how to achieve this ?
also when item is submitted with 2 or 3 roles, only one ritm is first created later there is one variable called 'contact id' which is populated from external integration. Once it is populated then , based on nnumber of values given in 'role' variable ritm's should be created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 02:03 AM
Start by making it a list field, because with a string it is very well possible typo's are created, or people forget the comma. Then create a flow to handle the request: create the first one, wait for the external value and create the others for the other variables (you can use the 'for each' loop in the flow designer).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark