Is there a way to capture a scenario's run id in a notification updated? Trying to figure out a way to identify the exact run in a fusion scenario that errored out.
We use Workfront as our Operational System of Record (no Marketing). We are considering recording time in Workfront, but need a way to feed our payroll system ADP. Does anyone have experience with an API either through App Developer or Fusion to feed hours and projects into ADP?
Hi All, I am currently trying to use the SharePoint Online module "Get a Folder" with "Enter Manually" selected in the Enter Site, Drive and File IDs field. However, I am unable to format the "Folder Path" field correctly. I have tried multiple ways of retrieving the path of a folder in SharePoint w...
Hello EveryoneI have a Workfront Search module that returns multiple attachments. The challenge is that I want to send all these attachments in an HTTP form-data request in one module (e.g., to one API endpoint that expects multiple files) How can I achieve this ?
I'm attempting to update the "Project Sponsor" field that is in the Overview Stakeholders section. I'd assumed updating the Sponsor ID through my update module would do it but it's not.Any ideas what could be wrong? I don't see a property directly called "Project Sponsor" in the fields to map.
I have requirement to replace comma with semicolon. I tried String replace function, but it didn't work i think it is not considering semicolon. If I use other characters instead of semi colon it is getting replaced properly. Is there any way to escape semicolon.
Hello, I have a PUT Custom API module that shares a project with a user's manager once an issue is converted in the scenario. However, I'm having trouble preserving the original, preset list of teams/users a project was shared with (from Project Template Sharing). Is there a way to preserve the exi...
Hello! I'm working on a scenario that will automate our project closure process, we have a Project Summary Details form on all of our projects that needs to the data mapped before we can close the project. Im currently in the mapping stage of the scenario and keep running into this issue:my first ...
I have created a Fusion scenario to add a new item to a list in sharepoint. All fields populate as expected except Requestor which is a Person or Group Type. If I subsequently edit the item directly in the sharepoint list, I can enter the same name I pass from Fusion, the name is found and after ...
I have a situation where I have to concatenate values from a multi-select (where I use the join() function), but if only 1 selection is made my join() returns a null.I need to find a way to determine if this field is coming in as an array or single text field.Ideas?