Skip to main content
rishikeshr4182
October 6, 2023
Question

Start a process on Scanning a QR

  • October 6, 2023
  • 3 replies
  • 0 views

I have a requirement to run a process once scanning a QR code. How Can I achieve this?  Please suggest some solutions.

3 replies

stefanhelzle0001
Brainy
October 6, 2023

The bar code field has a saveInto which you could use to trigger a process in the background.

rishikeshr4182
October 6, 2023

I have a simple QR code which is to be scanned from our scanning app (iphone/android) and after scanning, a process should run. 

stefanhelzle0001
Brainy
October 6, 2023

Create a web API in Appian that starts your process. Then call this API from that app.