Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

darin_patterson
darin_patterson
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
10

Likes Received

Likes Received
18

Posts

Posts
56

Discussions

Discussions
1

Questions

Questions
55

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by darin_patterson
Customize the badges you want to showcase on your profile
Re: Cannot make connection with Google Sheets - Workfront Fusion 2.0 09-11-2020
HI Caden, thanks for the note, though posts like this may be best to review with our fantastic support team. That being said, I'm guessing that the Google account you are using is a "personal Gmail". At this moment personal Gmail accounts cannot be used due to increased privacy restrictions set in motion by Google. Only business Google accounts are currently supported.

Views

6

Likes

0

Replies

1
Re: Chunking a File From Workfront - Workfront Fusion 2.0 04-11-2020
Hi Caden, We don't have any built-in ways to chunk a file in Fusion 2.0. I'm curious how large these files are? Much of this will depend on the 3rd party API.

Views

11

Likes

0

Replies

1
Re: AddHours help - Workfront Fusion 2.0 04-11-2020
Hi Howard, I can't really tell from your screenshot. But here is how I would troubleshoot this: Confirm what is coming out of that particular field without any manipulation by removing the "addDays" completely. based upon what value is, determine whether it is actually a date. If it is really a date ...it would show in a UTC format. You could also hover over the column in the mapper to determine the data type (text or date). I suspect the data is literally blank or not actually a date. If it is ...

Views

12

Like

1

Replies

0
Re: Concatenating in 2.0? - Workfront Fusion 2.0 02-11-2020
Hi Howard, This one is deceptively simple. When you are writing any values anywhere in Fusion, you can simply put multiple mapped fields and/or text together and they are all concatenated by default. For example, if you created a new scenario triggered based upon watching for New Workfront Projects. The 2nd module could have a field called "Name and Status" and you can simply use the mapping panel to concatenate the name and the status from the first module. See example screenshot.

Views

9

Likes

0

Replies

0
Re: Need help using the "contains" function - Workfront Fusion 2.0 02-11-2020
Hi Howard, Your variable value is so close! But missing a semicolon. right now your function is something like:{{if(contains(1.`Some Text Value`; "Anniv") + "Anniv Found"; "Anniv Not Found")}} but it should be:{{if(contains(1.`Some Text Value`; "Anniv"); "Anniv Found"; "Anniv Not Found")}} (you can copy and paste this text and then you can swap out the variable values. contains works as you would expect, returning a true or false if the value is found in that text. In this situation, the contain...

Views

8

Likes

0

Replies

1
Re: How would you create a cross-project predecessor relationship between tasks using Fusion 2.0? - Workfront Fusion 2.0 26-10-2020
Hi Daniel, Thanks for that note. We are working on some significant updates to our API documentation (you can access a beta version here). I really don't know why the older documentation uses query parameters for PUTs.. It technically works, but that is very "non-standard". I'd even suggest that it is a best practice to use standard JSON body for POST and PUTs. (there may be some exceptions when the PUT is an action that does not require a body).

Views

16

Likes

0

Replies

1
Re: Is it possible to update custom field options (i.e. dropdown menu items) via API? - Workfront 26-10-2020
Yes. Chris is accurate. You can do a POST, PUT, or GET against POPT with the proper parameterID (that is the identifier of the specific field).

Views

8

Likes

0

Replies

0
Re: How would you create a cross-project predecessor relationship between tasks using Fusion 2.0? - Workfront Fusion 2.0 22-10-2020
Hi Rick, If I understand the task at hand properly, the goal is to use Fusion to create a predecessor relationship on a task. If that's correct, here's how that can be achieved. Your instinct about using the Custom API Call module was correct. The only difference is that, instead of creating the predecessor directly, you'll actually update an existing task (or create a new one) with the predecessor(s) as part of the collection of related predecessors. To update an existing task with a predecesso...

Views

16

Likes

2

Replies

3
Re: Hey all - does anyone have an update on Workfront Fusion given the changes that were shared in the last in-person CAB we had? - Workfront Archived Groups 11-10-2020
Hi Simon, We are well into a successful launch of Workfront Fusion 2.0, both migrating existing Fusion customers and implementing all new integrations on the new platform. We've heard fantastic feedback about the capabilities and usability of this solution from our customers, including many on the CAB. As you consider next steps for your integrations, I'd certainly encourage you to talk to your account team about building out new integrations on Fusion 2.0 while you may be awaiting your existing...

Views

7

Like

1

Replies

0
Re: Webhook "Gateway trigger error" - Workfront Fusion 2.0 30-09-2020
Hi Howard, Unfortunately I am missing enough context to be able to help much more. Based upon everything I can ascertain -- your last screenshot seems accurate. This would be a scenario triggered by something else...then it would make two calls (to some other system entirely)...then respond with some information back to the originating system.

Views

9

Likes

0

Replies

0
Likes from