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 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
Top Solution Authors