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.
SOLVED

Run Workflow every second

khu
8 - Asteroid

Hi, Community,

 

I try to build a workflow which require to get data every second from a systerm which update the data every second.

 

Just wonder if this is doable in Alteryx since time-interval is second not minute,

 

I did some research on the community and seems it doable to run every 15mins,

 

But every second , just wonder if this is possible?

 

Thanks

 

 

2 REPLIES 2
StephenR
Alteryx
Alteryx

Alteryx is not designed to be a streaming platform. What are you trying to accomplish?

Regards,
Stephen Ruhl
Principal Customer Support Engineer

Atabarezz
13 - Pulsar

image.png

 

 

You can schedule by minutes,

You can iterate by seconds using wait command/tool for a sec and iterate till i=60...

Labels
Top Solution Authors