Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

use DML statements like update, insert & select SQL queries

As I was building a workflow where I'm passing ID of a specific record from a excel or csv file and the that ID I have to pass to a SQL query like

 

"update user_shareable set is_deleted = FALSE, deleted_by_id = NULL where id = 123"

 

Here in this SQL query I have passed the ID from excel file.

How can we achieve this in alteryx workflow??

2 REPLIES 2
alexnajm
17 - Castor
17 - Castor

Read in the Excel, and pass the value into your query using a Dynamic Input tool!

Labels