Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Adding a specific value or text into a specific cell

abae
7 - Meteor

Hello all,

May I ask you if there is a easy way to add a specific value or text into below highlighted cell from Alteryx?

 

From the original excel file, this cell is initially blank..

 

Thank you.

1 REPLY 1
SPetrie
13 - Pulsar

Add a record id tool to the stream and then you can use a formula tool to update F4. Something along the lines of if [RecordID]=1 then "your value here" else [F4] endif.

You can use a select to remove the record ID later in the flow.

 

Labels
Top Solution Authors