Hi,
This is really easy I know but I’ve created 3 variables in BO to pull different element values.
The trouble is it’s creating 3 separate rows whereas I just need the one
For Example this is hows its looking
Person | Element 1 | Element 2 | Element 3 |
---|---|---|---|
A Smith | 10 | ||
15 | |||
20 |
However I just want all the values in the one row.
Thanks