Error on new module record creation

Error on new module record creation

I'm trying to set up a Zoho CRM-Zoho CRM based flow that would create a new record in a custom module (action) whenever a record is created in a different custom module (trigger) and populate select points of information.

The debug test is successful, but when I create a new record in the CRM module I specified on the action, I'm getting an error message that refers to the data expectation of 'bigint' not corresponding to what is provided.

When looking at the field values in flow, there is an 'abc' symbol adjacent to all of my field options in the trigger module to populate into the action module. Are these all text fields, thereby causing the failure when the record owner id should be a long interger? When I edit the flow to address the specific values, the list of fields no longer displays- I can only get these values to appear when I create a new action associated to the trigger.

I was able to successfully create a record in a custom module based on a lead record creation, but only populated the name field over, during further testing. The interger requirement for record IDs will be necessary however, as I need the new record to reference the original record via a lookup field.

The potential Flow has is massive, and will help us tremendously- I just need to get it up and running!