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...
I am trying to call the OpenAI GPT-4 model and my request body is being stringified, how do I fix this to send correct JSON request body? First screenshot is module, second is strigified request body, last screenshot is what the correct call looks like. I am not using the last one because it would n...
Another this I did was look at other experienced user's questions and answers by clicking on their profiles. Also refer to a post I made a while back When To Use the Different Workfront Fusion Triggers
I started learning Fusion 6 months ago and am the solo dev on the initiative. I have a fundamental background in coding and APIs. I would first recommend all of the video modules in the tutorial section, getting familiar with the Workfront API, and Workfront's capabilities. Then I would play around ...
I am trying to create a scenario to auto close projects and I am trying to make the initial filter better so I am not pulling hundreds of bundles in the first search, but I guess this cannot be avoided.