I have a workflow running that retrieves the first 5 values of a multi-value field. Each of these values should go into different fields on a fillable pdf. However, if I only have one value entered in the multi-value field, the value is repeated in all other pdf fields even though it is mapped for value one.
Example:
Field Value (accepts multiple values)
Property Value 1 - $350,000
Retrieve Fields Values at indices 1 - 5
PDF Fields Mapping:
Value 1 = Retrieve Fields Value_FieldName 1
PDF:
Property Value(s):
$350,000
$350,000
$350,000
$350,000
$350,000
Any help is appreciated.