Add multiple action steps when building an integration sentence for a Feature of a monday app

Hi,
I’m building a monday app whose purpose is to connect a 3rd party CRM to monday. I want to create a Feature with:

  • a Custom Trigger that will be “When a Contact is created in the 3rd party CRM”.
  • a Custom Field Type which is the output model of the trigger
  • a Recipe that when this trigger happens, an item is created in a Leads board in monday crm
    I managed to complete this flow and test it and it works as expected. However, I’ve stumbled to the below issue: I want to set the user that enabled the webhook as the owner of the Lead in monday crm. Aka, I want to set a Person column in the board. However, even if for the other columns I managed to do the mapping between my Custom Field and the board columns, for the Person column I’m not allowed to select from my Custom Field but only from the available users in monday. So, can I set the Person field like the other field in this board? Is there for example a way to add 2 actions in the recipe like “create item in board” and “assign Person”.
    Thanks