am trying to insert a record in mysql database and fetch the last inserted record on success of insertion using nifi. below is flow structure am trying.
convertJsontomysql -> putSQL(insert record) -> executeSQL (query to fetch last inserted record)
but it throws an error, I don't know how to achieve this somebody please help.
thanks in advance