[SOLVED] Get data from HTML Element

Hey @julienallard1,

How about this?

You have an HTML element with an input that has an id attribute:
06%20AM

You then use the Javascript to Bubble element from the ever-so-useful Toolbox plugin setting up a function which will be called in the next step:

Then run this javascript in your workflow:

bubble_fn_thisInput(document.getElementById('thisInput').value);

You can then set your custom state:



Looking to accelerate your app development?

Let me turn
:thinking: :tired_face: :confounded:

into
:grinning: :sunglasses: :woman_student:

Development through Coaching at https://uniqueideas.com or schedule a free intro session :gift:

Ken Truesdale
LinkedIn

8 Likes