Workflow to simulate data

Hi there

I am trying to create a workflow that works the same as the device simulator so that i can simulate data from virtual devices without keeping the browser window open.

  1. Is this possible, and what workflow components should i use?

Thank You

Hello!

This can be done with a Timer node and a Device State node. You can also use static values or the Random Number node for your device state, so it will be very similar to the Simulator. Here is an example:



Hopefully this helps,
Julia

Thank You Julia, on the Device State config I see the data method is Individual Fields the value against the attribute will that be working.random as per your example?

Regards

Yes it is! Apologies for cutting that off :smile:

Thanks,
Julia

Awesome!, Thank you, it is working

1 Like

@JuliaKempf can we device:get to simulate the data ?