Add collection data into queue with proper header

Ex,
Header collection is:[Name,Surname,FatherName,Amount,Birthdate]
Value Collection is:[Kinjal,Vansjaliya,Pravinbhai,123000,1oct1991]

Required all things in single queue item like

Name:Kinjal
Surname:Vansjaliya
FatherName:Pravinbhai
Amount:123000
Birthdate:1oct1991
How can i do that?

Hi Kinjalpravinbhai V
you can take reference to this workflow

Where 0, 1, 2,3… are the column Index

Thanks

Hi
Thanks for your response
but here data is not in column format, it’s in List format it’s not data table value

Hi @kinjalpravinbhai.v

Can you share the sample input file with us

Regards
Gokul

Hi Gokul,
I can’t share file
But data is like:
I have two ‘add to collection’ activity
In one ‘add to collection’ i have title details
and in second one i have value of perticular title
How can i add these detail in queue (As a single queue item)
In queue i want information like:
Name: Kinjal
Surname: Vansjaliya
I have more then 60 data in collection