How to get data from action center form and create new form using same data

I have created a form using a Create form task. I am trying to get data from action center form and create a new form using that data.

I have used “Get Task Data” activity to get data.

I am getting output in Task Data format . I need to use this data and create a new form. Can you help me to do that. I am adding output value below for your refrence.

FormTaskData 
{
  Action="submit",
  ActionUrl="https://cloud.uipath.com/vijayoebejwa/Vj2611/actions_/tasks/575267",
  AssignedToUser=UserInfo 
  {
    EmailAddress="vj@gmail.com",
    Id=4815559,
    Name="vijaya",
    Surname="kumar nagarajan",
    UserName="vj@gmail.com" 
  },
  AssignedToUserId=4815559,
  CreationTime=[01/01/2023 09:20:43],
  CreatorJobKey=null,
  CreatorUserId=4815559,
  Data=JObject(2) 
  {
    JProperty(1) 
    {
      JArray(1) 
      {
        JObject(4) 
        {
          JProperty(1) 
          {
            [vijay] 
          },
          JProperty(1) 
          {
            [vijay] 
          },
          JProperty(1) 
          {
            [priya] 
          },
          JProperty(1) 
          {
            [1] 
          }
        }
      }
    },
    JProperty(1) 
    {
      [True] 
    }
  },
  DeleterUserId=null,
  DeletionTime=null,
  FolderPath=null,
  Id=575267,
  IsDeleted=false,
  Labels=List<string>(0) 
  {
    
  },
  LastModificationTime=[01/01/2023 09:22:57],
  LastModifierUserId=4815559,
  OrganizationUnitId=3959266,
  Priority=Medium,
  Reference=null,
  Status=Completed,
  TaskCatalogName=null,
  TaskUrl="https://cloud.uipath.com/vijayoebejwa/Vj2611/orchestrator_/tasks/view/575267",
  Title="Test",
  Type=FormTask,
  Type=FormTask,
  WaitJobKey=null 
}

Hi @vijayakumar.qed
Use wait and resume action. With that, you can extract values from the output variable.

Regards,
Kaviyarasu N

Hi if I use that activity will it make my bot to wait till the form completed by the user in orchestrater.

As it’s asking to click Resume in studio

Also I am using for each loop to create multiple Action.

That’s the reason I am using different flow to get data from Action centre and create new form with that data