Hi all,
I have the following question. Please see my workflow below.
- I extract a datatable called ExtractDatatableCenelecWIRelations
- I assign a value varCenelecWIRelations as “”
- The datatable has a two columns “Links” and “Standard Reference”
- For each row in the datatable I want the combination of “Links” and “Standard Reference”
- Please note that this is included in another for each as the content of the datatable is different per item I am treating.
Example 1st datatable (of my first item i am treating)
Column “Link” Column “Standard Reference”
12345 ABCDEFG
67890 HIJKLMNOP
Example 2nd datatable (of my second item I am treating):
Column “Link” Column “Standard Reference”
000000 PPPPPP
Desired outcome 1st item:
12345 ABCDEFG and 67890 HIJKLMNOP
Desired outcome 2nd item:
000000 PPPPPP
Issue: My second result is “12345 ABCDEFG and 67890 HIJKLMNOP and 000000 PPPPPP” instead of “000000 PPPPPP”.
What am I doing wrong to not getting the desired result?
Workflow: