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: Converting String to Number in Fusion - Workfront 31-08-2021
Hi Mylah, Thanks for all the details and screenshots. To accomplish this, simply use the parseNumber() function on the first module when you set the value to zero (e.g. parseNumber(0)) will, in fact, result in a number rather than a text string. The default of the "Set Variable" module is string...so when setting a number like this...this parseNumber function will do the trick (you wouldn't need to do this if the number was an output from an API or something else).

Views

15

Likes

0

Replies

0
Re: How can I transform a list of items (or a collection) in a single bundle to an array that can be iterated through? - Workfront Fusion 2.0 16-08-2021
I suppose we may want to consider a "convert collection to Array" function at some point. In the meantime, this scenario blueprint will do the trick. (The tip is to iterate with keys function as you have done..then get the value of the key in each iteration using get). See attached blueprint -- which does not include my real age

Views

12

Likes

0

Replies

1
Re: Odd happening with Document IDs going missing between trigger and read modules! - Workfront Fusion 2.0 24-06-2021
Hi Stuart, thanks for those detailed screenshots. I apologize for the basic nature of this point, but are you positive that the first module is receiving events from the same instance that the 2nd module is interacting with? I only ask because it's the only thing I can think of and I have been stumped by this myself once.

Views

19

Likes

0

Replies

0
Re: Accessing Predecessors and/or successors through Fusion - Workfront Fusion 2.0 08-06-2021
Hi Dale, Thanks for the great question that really gave me a run for my money. It took me a bit, but I finally figured it out. I *knew* that I had seen Workfront API calls that successfully employed the "EXISTS" concept that you see in many advanced reporting scenarios in Workfront. You did the hard work in providing the text mode syntax ...and then I was able to use that in a Custom API Call in Workfront Fusion. But...there was a trick. I don't know why this is the case, but the use of "EXISTS"...

Views

11

Like

1

Replies

0
Re: When will Adobe make the Workfront Plugin compatible with its own cc apps? - Workfront 04-05-2021
That is strange indeed. Would you be able to submit a support ticket so that our team can investigate why this occurring and make sure you can utilize this tool?

Views

12

Likes

0

Replies

0
Re: When will Adobe make the Workfront Plugin compatible with its own cc apps? - Workfront 30-04-2021
Hi Randy, that is very strange indeed. I updated all of my Adobe CC applications to the same versions you have and confirmed that I don't see any such compatibility warning. It seems to install perfectly fine for me. I'm going out on a limb here, but there is a new challenge to in-app extensibility associated with new "Apple Silicon" devices. See post here. Do you happen to know if you are running on an Apple computer with a Silicon M1 chip? It might be good to open a support case so we can make...

Views

12

Likes

0

Replies

2
Re: a report with proof stage duration - Workfront Fusion 2.0 29-04-2021
You can open the output of the CSV aggregation module, expand it, and select the outputted text and then paste it to a txt file on your local computer. Another option would be to do a simple "upload to WF" where you upload to your own user object. Hope that helps.

Views

15

Likes

0

Replies

0
Re: a report with proof stage duration - Workfront Fusion 2.0 29-04-2021
Hi Krissy, I have a few ideas, but perhaps not the full answer. First, I should probably provide a disclaimer that Workfront Fusion isn't really designed to serve "reporting use cases". Certainly, as you noted, there are lots of possibilities for those types of things; but that wasn't the intended design principle around it and so, please beware of any such impacts (e.g. a single scenario can never execute for more than 40 minutes). That said, if I were approaching this: 1. I would use the "Watc...

Views

15

Likes

0

Replies

2
Re: Optional Filter on Watch Records module - how do I filter on two things within this module? - Workfront Fusion 2.0 27-04-2021
Hi Stuart, Great question. Essentially, this field allows you to append any filtering capabilities offered by the Workfront API. A useful reference for this filtering capability is this API Basics page (specifically the GET and search behavior). To specifically answer your question, the syntax for the filter would be: status=CFX&name=Write Creative Brief You could also get fancier with "modifiers". For example the following would look for tasks that have that status and the task name has "Write ...

Views

19

Likes

0

Replies

1
Re: Setting up a connection to Bynder with Fusion - Workfront Fusion 2.0 16-04-2021
thanks Krissy. We are actually working with Bynder right now to try to make this easier (so you don't have to do this extra setup). In the meantime, you are exactly right! If we don't make progress more quickly on making it easier, we'll update Fusion text and documentation to make this more intuitive. thanks for sharing your knowledge. Cheers.

Views

10

Likes

0

Replies

0
Likes from