I agree with all of this. I wish that the API also provided examples of usage. A lot of the time the trouble I have is from trying to find an example of usage.
You can also just add a router before the router. How do you decouple the routes? I've had some problems with this as when I auto align the scenario it messes up the order.
I have a Text With Formatting field that displays a link like this and I can't seem to get it to display in a report. Is this possible? I was able to access a typeahead field using {project}{DE:UserField:name}, but I was not able to access the entityMap where the url is stored using the same notatio...
You could do either but sometimes the fields are 1 time usage so I prefer them as a report field instead of a custom object field. This also assumes that they have a form that is attached to every project.
Templates for advanced looping and iterating through bundles would be nice as guidelines for much larger implications. Some examples are wait / retry http request, summation of bundles, and other advanced ways of looping through bundles / arrays.Ex.https://experienceleaguecommunities.adobe.com/t5/wo...
Which module are you using? If you are using the Convert Object module I recommend using the "Misc Action" convert instead.Try using the module "Misc Action" -> "Record Type: Issue" -> "Action: Convert to Project"
No idea if this would work but you could try and create a custom column with an SWITCH() statement that holds your custom order and sort based on thatStatus Order:SWITCH( status,Request = 1,Registration = 2,Pending Approval = 3,Stage 1 = 4,ect...)
I have created an outline for you to follow and insert your information as needed. 1. Set variable "breakLoop" to "False"2. Create Blank Array in Iterator, number of values is number of retries3. Get variable "breakLoop"3.5. Filter bundles with breakLoop == True4. HTTP Request5. Router between reque...
I agree with this, I was very close to unmarking the answer as correct because I needed more clarification. I do see why they do it though because many people do not mark answers as correct and just leave the threads as open. Thank you for the clarification, I may just submit a support ticket for th...