Function
FlowForma.Questions.GetValueFromPickerValue(pickerValue, onComplete, rowIndex)Description
This function gets the value from a FlowForma question, using 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 value function returns the correct question value.
onComplete:
Format – Function.
Description – Because GetValueFromPickerValue is asynchronous, a function needs to be passed that will be called after GetValueFromPickerValue is finished.
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.
