Hi All,There is a new feature just released in Fusion that will manage this requirement much better.We’re excited to announce the addition of a new function called mergeCollections under General Functions This function allows you to seamlessly merge two collections into one by combining their key-v...
HI Lucy, Sorry I missed this message and the late reply. There is a new licensing model that is available where the focus is on operations and the limits on number of active scenarios or connectors no longer exist. In general Adobe is hoping to make it easier to use Fusion in more use cases and r...
Hi Kimberly, So it sounds like you are parsing the array and when the value Aprimo Data Mapping Error exists it throws off the index so you end up selecting that value, vs the value you intend. Yes??. Perhaps try to use the remove() array function inside your formula so that it never exists in the e...
HI Taufiq, In Workfront, it would look like any other document inside a folder. The folder itself will have a icon next to it indicating that it is a remote folder, as the user descends into the folder, they will be shown the contents of the remote folder and the files will look like they are presen...
Hi Morgan, I would suggest using a watch events module on Projects where plannedCompletionDate 'changed', Then read the project to get additional evaluation fields to filter on as shown in your business rules. The second call would be to search issues on this project where the plannedCompletionDat...
This seems like it may be an issue with the Google Drive Module, sensing updated content. Are you using a web-hook or watch folder, I believe the watch folder has to be triggered via a schedule and is often more robust. I often do not use GDrive and will instead look for new objects within Work...
Hi Cris, I would recommend that you use the rest API as a MISC action from the Workfront connectionIt's a document action, createProofRest Generally it is 2 steps, one to provide a JSON body for the advancedProofingOptions, then the Misc ActionPlease see examples attached of the JSON Body, and the c...
Hi Jeannine, Great questions,1. I love this question because it speaks to a newly released feature in Fusion that takes advantage of a Workfront event subscription filter called 'changed'. Re-create the watch event webhook, and you will notice that you can set when field a = answer a AND field a i...
Hi Gary, yes this can be confusing to setup. We do not recommend using your personal email address in a o365 connector, as you are then giving anyone that has access to that connection (other users in Fusion) direct access to read and send emails on your behalf, which is a no-no from a security per...
Hi Poppy,1. Yes, in the MISC modules, you can add a Sleep, in seconds.2. Yes, 2 ways, 1 by leveraging a webhook as the trigger for scenario B where you create a JSON payload in scenario 1 that you then submit in a HTTP call to the webhook for B. 2 by using a datastore to hold your data to process i...