Does Image Have QRCode
  • 01 Feb 2023
  • 1 Minute to read
  • Dark
    Light

Does Image Have QRCode

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version8.8.0
LocationIntegration > QR Code

The Does Image Have QRCode step evaluates whether the specified input data has QRcode data. 

Prerequisites 

This step requires the QRCode module to be installed before it will be available in the toolbox. 


Properties

Inputs

PropertyDescriptionData Type
Data The desired list of byte data to evaluateList of Byte


Common Errors

Incorrect Parameter Count, Data Not Mapped Correctly

If the value for the Data field is empty, the step will cause an error.

To correct this, ensure that a value is mapped or uploaded to the Data field input. 

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Does Image Have QRCode 1[DoesImageHaveQRCode] in flow [Flow 1]: Incorrect Parmater Count, Data Not Mapped Correctly
 ---> DecisionsFramework.LoggedException: Incorrect Parmater Count, Data Not Mapped Correctly
 ---> System.Reflection.TargetParameterCountException: Parameter count mismatch. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture
 at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
   --- End of inner exception stack trace --- at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
   --- End of inner exception stack trace ---

Related Information

Documentation:
QR Codes Module
Forum Posts:
Generate QR Codes


Was this article helpful?