We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Copy a specific row to another based on a value in the column

RudrakshPandey
6 - Meteoroid

Hi Everyone,

 

I wanted to copy the whole row into a new row if the column B contains a specific value.

 

In the attached sheet, if the Column B has the value ATF XYZ, I would like that whole row to be copied again.

 

Thanks,

Rudraksh

2 REPLIES 2
flying008
15 - Aurora

Hi, @RudrakshPandey 

 

FYI.

 

录制_2024_03_13_13_16_35_744.gif

RowCount <= IIF(Contains([Name], 'ATF XYZ'), 2, 1)

录制_2024_03_13_13_18_15_606.gif

RudrakshPandey
6 - Meteoroid

Thank you @flying008  for helping out.

Labels
Top Solution Authors