Hi all!
I'm actually heading up a CoE and we're building + making great progress on all fronts except for one. Monitoring our users' usage of Alteryx community, getting badges, getting certifications, and overall progress with Alteryx.
Right now, it's heavily dependent on self-reporting, which evidently leaves a lot of gaps!
I'm currently pushing for users to sign up for the Maveryx community once the Alteryx license renewal period is here, so that when they renew, we can also capture their Community User ID.
Is there a way or workflow that scrapes such information so that we can visualize it? It will be very helpful...
I'm trying to use the Download Tool, but once our user base is huge (>200). I don't think Alteryx's download tool can handle that many URLs.
In addition, I'm not sure how to even begin parsing for the information that we need...
Looking for all advice & comments!
Thanks!
Solved! Go to Solution.
Hello @caltang
I really love your idea. However, I think you should post it in the... idea section instead.
For the moment, maybe a loop and then a download tool to "scrap" the data on?
Here what I did (without the loop). Dirty but works well
Best regards,
Simon
This is fantastic!
But once you reach more than 100 users, I think the workflow slows down exponentially no?
@simonaubert_bd
Nice one!.
I will give a try to use your flow.😁
I've enhanced your workflow further to include a few more details like User Rank & User ID as well:
Thanks for helping out @simonaubert_bd ! I will definitely write this as an idea / weekly challenge.
All credit goes to you!
Best,
Cal
By the way, @simonaubert_bd - is there a way to add a time-series element to it?
The badges have the time component with the date below the badge, and the "Earned by" is also an interesting metric to get a sense of how rare the achievement is.
You can submit this as a Weekly Challenge! I think it's very fun. @Qiu any advice on submitting this as a Weekly Challenge?
Hi @caltang @Qiu @simonaubert_bd
I was working on this workflow as well, my version has the following features:
The users to process are entered at the Second input tool (8)
This is the workflow output, it does not include the User Rank (at the moment)
Hope this helps,
Arnaldo
Hi @caltang @Qiu @simonaubert_bd
I added the User Rank to my workflow, now going with the name Get_Users_Badges_and_Dates-v01.
Actually our Alteryx's profile contains some meaningful attributes, I will be adding them.
hth
Arnaldo
Magnificent! I’ll look into it when I’m at work tomorrow, but the workflow is great. Thank you @ArnaldoSandoval !