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

# GetQuestionByPickerValue

> Use GetQuestionByPickerValue to return a FlowForma question object from an entity picker value, with an optional row index for repeating table rows.

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