I have reviewed a few different posts on this topic, but I still cannot figure out the proper configuration to successfully work for my case. Any help is greatly appreciated!!
I’m trying to use either the Output Data or Dynamic Input tool to Update existing records in my SQL table, based on data flowing through my workflow. Trying to update the table rsch.AG_PROGRAM_PAYMENTS and set the field MATCH_TYPE = MATCH_TYPE from the Alteryx data. The two sides should link (join) on RecordID. I read that the SQL table RecordID must be the primary key for this to work, but still having no luck. Below are the table structures and screenshot of the Output Data tool I’m currently using.
SQL Table “rsch.AG_PROGRAM_PAYMENTS”
RecordID (PK, int, not null)
MATCH_TYPE (varchar(50), null)

Alteryx Workflow
RecordID Int32
MATCH_TYPE V_String 50

Output Data Tool (follows Select (119))

