Barcode scanner

0
I have a page where i put an onclick open page button to open my ScanQR page. The scan QR page looks like this:  I keep getting the error: “The selected page ScanQR expects and object of type (Entity name), which is not available here.   Please help.
asked
2 answers
1

Gal,

The page needs an object of type (Entity name).  You can either:

  • open the page using a microflow or nanoflow.  In either one, create an object of that type and then use this newly created object when opening the page in your flow.
  • create a micro or nanoflow that is the datasource of the dataview on this page

Hope that helps,

Mike

***EDIT***

in your microflow, before the Show Page action, add a Create Object action and create an object of type Zastoj.  In the Open Page action, use this newly created object as a parameter.  Remove the parameter in your microflow.

answered
0

My microflow:

answered