Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/3/24
    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...

    Views

    102

    Likes

    3

    Replies

    0
  • 5/2/24
    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...

    Views

    128

    Likes

    0

    Replies

    1
  • 5/2/24
    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...

    Views

    301

    Likes

    0

    Replies

    6
  • 5/1/24
    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?

    Views

    154

    Likes

    0

    Replies

    2
  • 5/1/24
    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...

    Views

    192

    Like

    1

    Replies

    1
  • 4/29/24
    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...

    Views

    103

    Likes

    0

    Replies

    0
  • 4/26/24
    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...

    Views

    204

    Likes

    0

    Replies

    3
  • 4/26/24
    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...

    Views

    225

    Likes

    2

    Replies

    3
  • 4/25/24
    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?

    Views

    210

    Likes

    0

    Replies

    3
  • 4/25/24
    I'm facing one challenge while merging two JSON collections. For example collection1--> {"key1":"value1","key2":"value2"} and Collection2-->{"key3":"value3"}. I need output like {"key1":"value1","key2":"value2","key3":"value3"}. I tried by converting this object into an array and merging these but I...

    Views

    595

    Likes

    0

    Replies

    8