RPA中當針對還未無法全自動時,需要一開始就需跳出視窗來刷條碼來記錄相關資訊,請問最多一次可使用幾個? Intermediate 9教育影片中出現似乎只能使用一個~
top of page

To see this working, head to your live site.
Comments (6)
Commenting on this post isn't available anymore. Contact the site owner for more info.
bottom of page

您好
您輸入的五組數字會分別存在 BarcodeList陣列中 您可以照以下方式提取數據
{{BarcodeList[0]}} : 第一次輸入的數據
{{BarcodeList[1]}} : 第二次輸入的數據
{{BarcodeList[2]}} : 第三次輸入的數據 {{BarcodeList[3]}} : 第四次輸入的數據
{{BarcodeList[4]}} : 第五次輸入的數據