Mapping 2D planes data to 3D mesh

I have 2D planes data (unstructured mesh) in VTK format. Aiming to map the data on 3D unstructured mesh. I followed the following steps but did not work
1- import 2D VTK files.
2- apply “Group dataset” filter.
3- import the 3D mesh.
4- apply “Resample with dataset” using the group data set as an input and the 3D mesh as source.

Any help/advice ?!