You are viewing limited content. For full access, please sign in.

Question

Question

field value default to variable in the collection

asked on September 22, 2020

Hello, 

I have a collection that holds data based on a lookup. This lookup data is long and since the text does not wrap in a dropdown, I have created a read-only field that matches the text of the dropdown. 

This works great if there is only one objective that is selected. If the user clicks add and tracks information on a second objective, the read-only field is matching the first objective that is selected. Is there a way to make the text field match the objective based on the row of the collection? 

 

0 0

Answer

SELECTED ANSWER
replied on September 22, 2020

You can use formula such as "=Index(Collection.Objective,Row())" to get the value from the same set of collection.

0 0
replied on September 30, 2020

Perfect!! Thank you! 

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.