Function
FlowForma.FlowContext.GetQuestionByPickerValue(pickerValue) FlowForma.FormContext.GetQuestionByPickerValue(pickerValue, rowIndex)Description
This function returns FlowForma question object, using the FlowForma entity picker value.Variables
pickerValue
Format - Stringified JSON object. (Example:'{"StepCode":"step1","QuestionCode":"step1.1","Type":"question","SubQuestionCode":null,"StepId":1,"QuestionId":1}').
Description – Using this select the correct question.

