Pls note : The user is making some updates on Workfront interface and Fusion makes the updates in the background. The user should see the changes made by the Fusion system.Currently he / she is not shown any notification, instead they have to reload the page to see the changes
Workfront Project status change only visible on refresh - If updated via FusionHello Everyone I have a scenario that listens to specific events and if matched, updates the project status. eg. If a Bug Task is closed, the project status changes from "Current" to "Production Ready". This works well ho...
Hi @lgaertner Is this your expectation ?1. enter the row number of the last existing row.2. Zero results -- if no additional rows added -- Expected3. Return the new row -- if an additional row was added -- Expected4. Return 2 rows [ (3) + the new row ] -- If another row is added after some time -- N...
Hi @lgaertner This is incorrect. I tried all options -- All, specific ID & manual When using any of the 3 - I was able to get all the rows NOT the newly added rows, unlike stated on the documentation.
Hello Everyone Can anyone suggest how exactly this module works ? I dont see any details about the below in the documentation. Moreover unlike the documentation specification ,watch rows doesn't retrieve the list of updated rows but all rows. Is there a way to Iterate only on the newly added rows ? ...
I was able to solve it after following the details as per the documentation https://experienceleague.adobe.com/en/docs/workfront-fusion/using/create-scenarios/connect-to-applications/connect-fusion-to-google-using-oauthPosted it so that it could be helpful for anyone else facing similar issue.
Hello Everyone I am trying to Authenticate to the Google system to use the Googe sheets API. I had chosen Production & Service account options in the dropdown followed by client ID and Client Secret (generated on GCP documentation here ) thats visible on click of advance settings. However below is t...
Hi Everyone Kindly note the below pointsGet Auth Token is a simple HTTP request with a user name & password sent as a POST req.The Generated Auth Token is valid for 1 HourI would like to store the ID generated in the datastore whereby other scenarios can use the ID for performing various CRUD operat...