This is a known problem with how Fusion/Make.com deal with webhooks. It has no way to, for example, allow JWT or OAuth 2.0 to allow for proper security. If you know the webhook URL or the static header values in use, you can call it. JWT would be much more proper in 2025+. I'd suggest you file a...
"CSV" is, by definition, a Comma-Separated Value file format defined by IETF RFC-4180. What you're requesting sounds like the ability to generate an RFC-4180-compatible file but allow changing the field delimiter, escape character, and record delimiter characters to arbitrary string sequences.RFC-4...
The event will be in the EVENT table in Data Connect, if you have access to that. Otherwise, check the Journal to see if they're captured there. Finally, there may be a NOTE object created by the system and attached to the Document object that you could look at.
We calculate it based on the internal timestamp of first reported user impact. Adobe will likely calculate it based on their declared time. It becomes a bit of a negotiation during the comms with your rep.
Yeah, they told me to grant them access to the Workfront instance so they can check it out. :insert-cry-laugh-emoji-here:Just that they acknowledged the support ticket. We use the Support tickets as ways to track the downtime so we have evidence when we go back for service credits.
As mentioned, there's an existing outage. Adobe is aware but it's taking awhile to recover.Something you may want to think about: https://www.adobe.com/cc-shared/assets/pdf/legal/terms/enterprise/pdfs/sla-ondemandservicesunified-sla-02jun2021.pdfUse the "Monthly" version is the uptime levels as a g...
OMG that totally worked! It's nuts, the UI accepts "2w" but to your point, it only does the calculation properly with "10d". It looks from that link like the "w" means "day of week", which is bonkers.
I'm looking to setup two tasks -- one for "Meeting" and another for "Schedule Meeting". I'd like the "Schedule Meeting" one to dynamically start 2 weeks prior to the "Meeting" task, which has other dependencies on the rest of the project.I've tried a number of different options related to both pred...
We don't use rates, but looking at the PROJ object in https://developer.adobe.com/workfront/api-explorer/, there's a collection on it for "rates". I imagine you'd do a POST to the PROJ/{id} object and set the rates in the body.I recommend setting a project just like you want it and then use a GET P...
Fusion (make.com) uses a pass-by-value mechanism. As such, you need to create an array object inside a Set Variable using the {{emptyarray}} syntax before the iterator, then use a Get Variable inside the iterator followed by a Set Variable to "override" the variable with the appended array.