Hi!
From https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Use-Dynamic-Input-with-Pre-SQL-Statement-to-update-table/td-p/946039 I understand an option is to make a simple macro that updates presqlIs there any other way or workaround how to dynamically update the pre/post sql when outputting to DB?
Hi @citronmelisa
Unfortunately, the only way to update pre/pos sql statements is through a macro, like you saw at this post.
thanks @Felipe_Ribeir0 !