How to pass Context object into HTML Snippet

0
Hi Team, Currently I am facing some issue on How to pass Context object into HTML Snippet and Html Snippet into Microflow. Actually I am using Scandit Scanning application in Mendix . So after scanning the barcode i have to store that barcode data into variable with context object association. can some one please help me with the solution for above scenario.   Thanks, T.Rajesh      
asked
1 answers
0

Have you considered building a Pluggable Widget instead? This would have access to the Context and you would have more flexibility hooking into page events.

https://docs.mendix.com/howto8/extensibility/create-a-pluggable-widget-one/

Just a thought.

answered