Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
18 - Pollux
18 - Pollux

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

Labels
Top Solution Authors