I was in the middle of trying to think through a complex problem in Fusion. And right in the middle of my doing something, a marketing survey popped up. This isn't as bad as the surveys which went out to all of our users in Workfront proper. There's only really four "users" of Fusion on the developm...
Hello, We do have a customer who wants to provide a custom form to all of their employees. As not all of them do have a Workfront account, we are looking for another solution. Although I did not successfully tested it yet, I know, that there seems to be the possibility to setup an autoprovisioning f...
I have a string like this "*test1:*value1 *test2:* value2 *test3:**test4:*value4" I need to convert into JSON object(key-value pairs) in the below-shown structure.output: { "test1":"value1", "test2":"value2", "test3":""; "test4":"value4"}when there is no value...
Hello everyone, One of our scenarios is updating task assignments depending on the user role. Everything is working fine if it's a Primary Role, but if the user has needed role as Other Role, the scenario does not see it. It sees only the Primary Role.For example, the user has Primary Role as Manage...
I set up a token on the Jira side, I entered my URL, user name and token to make the connection, but I'm getting the following error: The request failed due to failure of a previous request.IP address is not valid.anyone know how to get past this?
I have a scenario that is mapping data into Workfront from excel and the fields I'm trying to map to were created as Formatted Paragraph fields which are rich text fields. I'm not able to map them directly as it throws an error [403] The following parameter value is invalid 'Ad Specs'. Please adj...
Hi Everyone,I got a requirement in fusion as shown below,input JSON : [{"key1":"value1"},{"key1":"value2"},{"key1":"value3"}]OUTPUT [{"data":{"key1":"value1"}},{"data":{"key1":"value2"}},{"data":{"key1":"value3"}}]Split JSON array to individual JSON object by adding a common key for each Object to a...
Hello, I'm still new to Fusion and learning. I recently started leveraging data stores and the related modules more and was wondering if there is a way to iterate through the entries in a data store without having to call each row/entry using the "Get a Record" Module for Data Store? This seems li...
Hello, I already posted this here, but was not aware of the fact, that old posts do not get on top if updated... So I wanted to ask for some input / tips concerning "organzation within Fusion". We need some ways so have a better overview over our Fusion scenarios. As it is not possible to create sub...
Hi all,I created 2 fusion scenarios as below.Scenario 1 : Task Webhook and it makes changes on documents associated with Task.Scenario 2 : Document WebhookI expected, after Documents gets updated in Scenario-1, Scenario-2 gets triggered. But that's not happening.Is there any way to achieve this?