Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Is it possible for workflow to reference all rows in a formula from a dynamic spreadsheet?

AkisM
10 - Fireball

The spreadsheet has only 2 columns (description, serial number), and rows from 1 to 1000+. It is updated daily with rows being added/removed.

 

Is it possible to somehow have a formula in the workflow that goes through every row, checking the dynamic spreadsheet's description against a static input that's specified in the workflow, and if matched, appends serial number next to that record?

 

Something like If Contains([StaticDescr], [Descr_DynamicSpreadsheet]) then [SerialNoDynamicSpreadsheet]. I'm just not sure how to write the formula so that this check is performed using all descriptions from dynamic spreadsheet.

 

Thanks in advance for your help.

2 REPLIES 2
BrandonB
Alteryx
Alteryx

Couldn’t you use the append tool to put this static value on every row and then use a formula tool to check your values against the appended value?

AkisM
10 - Fireball

Indeed, that's a very simple solution that works just fine for this purpose @BrandonB . Thank you!

Labels