Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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