Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Display the workflow names from Gallery with their latest uploaded/published (datetime)

EN6924
10 - Fireball

Hi All,

 

I'm a gallery admin and I want to export a list of workflows that are saved within the gallery with their published date, is this possible?

 
As per Alteryx Gallery, Published date for a workflow named - "UAT server annualised audit report" is showing - Mar 07, 2023, 05:46 PM 
 
EN6924_0-1680609445956.png

 

 
But from Alteryx Designer, MongoDB tool, the date is same, but the time is showing different.
EN6924_1-1680609445958.png

 

From Alteryx Server Usage report, it displays - Scheduled date, Started date & Completion date; but we don't see uploaded date, published date.

 

EN6924_2-1680609506347.png

 

Please help.

 
4 REPLIES 4
fmvizcaino
17 - Castor
17 - Castor

Hey @EN6924 ,

 

Could it be a timezone conversion issue? The Upload Date column from AppInfo collection is in UTC format.

 

Best regards,

Fernando Vizcaino

EN6924
10 - Fireball

Thanks.

 

I've checked it -

EN6924_0-1680680979181.png

 

Now I'll have to apply a formula to convert UTC to IST.

EN6924
10 - Fireball

Hi,

 

Please help in another thing if you know -

 

EN6924_0-1680681195336.png

 

The 'CreatedBy' column shows the subscription ID of the user who published the workflow to the Gallery. How can I fetch the Firstname & LastName of the user associated to the IDs and which dataset I'll have to import in case of joining required.

fmvizcaino
17 - Castor
17 - Castor

Hey @EN6924 ,

 

The CreatedBy column from the AppInfos collection shows the AuthorID/Owner of the workflow. To merge with the users info, you should use the column _id from the Users collection.

 

I highly suggest adapting the Usage Report rather than creating all the connections between the collections.

 

Best regards,

Fernando Vizcaino