Thanks we have tried this but encounter the below error,
Error on both flows "{"error":"Failed to create Tickets list item: {"odata.error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"The property 'TagsId' does not exist on type 'SP.Data.TicketsListItem'. Make sure to only use property names that are defined by the type."}}}"}"
It looks like the connector is trying to upload an ID on the tag but the tickets database doesn't store this, only the title of the tag itself and the id is in a separate database of all tags. causing it to always error as it is trying to upload something the tickets Db is not looking to receive.
This looks to me like the error is the connector itself not being properly set-up by plumsail?