Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tMap - how do I add last inserted id of one output to the other

Hello,

I created a tMap that outputs data to a mysql query that stores a row
but another output of the tmap is supposed to use the id of that very row

how do I do that ?

thanks

Labels (2)
2 Replies
Anonymous
Not applicable
Author

I wrote a tutorial on a very similar problem a while ago. It could be relevant to you. Take a look ( https://www.rilhia.com/tutorials/using-auto-generated-primary-key-update-row-just-inserted-mysql-dat...).
Anonymous
Not applicable
Author

thanks, looks like what I need