Skip to main content

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. rowIndex: Format – Integer. Description – This variable is only needed when trying to get value from repeating table and it represents the index of a repeating table row.