Alteryx Designer Desktop Discussions

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

how to access the Alteryx constants from the UI configuration for the HTML SDK?

RKSaiyed
5 - Atom

Hello,

 

I want to have the UI read the constants from the calling workflow so that the calling workflow name can be passed to the macro.

 

To do this in Python I believe the code is:

if self.alteryx_engine.get_constant(0, 7)[0] == 'User.Test':

    return self.alteryx_engine.get_constant(0, 7)[2]

 

Is there a similar model with HTML?

 

Thanks & Regards

0 REPLIES 0
Labels