I'm sure there's an easy way to do this that I haven't explored. I have a scenario where I set up an API call to pull recently completed tasks for a project. I want to filter the most recent completed tasks so it pinpoints a single task vs. multiple. Is there a module I can set up to take the projec...
Hello everyone,i have a working scenario with a lot of modules and i need to add error handling to be able to notify via email with the error.I know how to do it, but it's a pain, i.e. I have to add the email module in each error handling flow for all modules.So, my question is if it is possible to ...
Is it possible to create a custom field that lists all of a project's task statuses? If not, what would be the best way to display this information in a field that would be readable by Fusion.
For example: Project A is created using Project Template A.Project Template A has 4 queue topics and 2 topic groups defined.Therefore, Project A is also having 4 queue topics and 2 topic groupsNow before any requests are created in Project A, I wanted to use Fusion to see all the 4 queue topic IDs a...
Hi there, the output of an aggregator (module #82), I am getting as an array with values C, F and S as you can refer in the screenshot. Now in the next module #83, I need to concat them as "CFS" (preferably without any separators). I am using join function, but its not working. Please help! Module...
Hello, I have a scenario in which I have an empty array passing through a filter despite the filter asking that the value must exist. Can someone point out what I have wrong in my array? Here is my array: and here is my filter: With a second filter/route if the value does existNow here is a the scen...
I am trying to download an MS Word document from Workfront, but I need to convert it to an HTML file first because the output from the MS Word document is not readable. Is it possible to convert it in Fusion without doing it manually? I'm sharing examples below. FYI, have used toString() function in...
We are using the new OAuth process to pull data from Workfront using the API key. Pulling data for HOURS has proven to be on the difficult side of things - as the new concurrency limit is 10 - so we can only run 10 API calls in parallel, this takes the pipeline very long to run if we are even pullin...