> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowforma.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetValueFromPickerValue

> Use GetValueFromPickerValue to asynchronously return a FlowForma question value from an entity picker value, passing an onComplete callback to receive it.

## 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.
