We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

__cloud:UserID pulling null values

cklint
7 - Meteor

Hi everyone, I am looking to get a simple __cloud:UserID workflow to work, would anyone have any input as to what is going wrong in this test?

 

In this case, I would expect it to replace the * with the UserID values, but instead when I run it, I am getting null values.

 

The idea is this is saved to the server, run off there, and then the output preview would show the __cloud:UserID value.

 

Any ideas?

 

 

image.png

 

image.png
Thanks

16 REPLIES 16
cklint
7 - Meteor

Here is the action tool conig, I have changed the * to "UPDATE" (with no success)

 

image.png

cklint
7 - Meteor

It should be in the thread as an attachment, you may have to drag and drop it directly into your Alteryx Designer.

PhilipMannering
16 - Nebula
16 - Nebula

This works for me (attached). Maybe you didn't change the case of the "d" in the Annotation > Name.

 

image.png

cklint
7 - Meteor

UserID normally works fine either way, although I did try UserId (both annotation etc updated) and I am still only getting null results.

PhilipMannering
16 - Nebula
16 - Nebula

Try my attachment (previous message). If it still doesn't then I'm all out of ideas.

cklint
7 - Meteor

Very interesting, your attachment actually does work..

cklint
7 - Meteor

I found the issue, every time I was "Saving" and updating the workflow with these suggestions, I was saving new versions with the exact same name (as opposed to saving over the old one) so I had 10 versions of the same workflow with the exact same name, and after each update I was rerunning the old one...


The issue was indeed the capitalization on the "D"! Its all working now as intended. I got to remember that just because workflows share the same name/locations, they don't save over each other.


Thanks!

Labels
Top Solution Authors