Fire a widget in a microflow

0
I have two widgets in my app - barcode scanner and geolocator - both of which require the user to click a button to activate. Is there a way I can cause these widgets to fire on an event (show a page, attribute change etc.), say, in a microflow. I don't know how to write javascript btw!
asked
1 answers
0

This could be possible by modifying the widgets themselves to respond to one of those actions (for example, the camera widget could have an option to load the camera screen automatically when the widget itself is first loaded). Since you don't know JS I realize that's not very helpful for you.

Perhaps someone from the community here will be able to help you with this!

answered