Hi Team,
please help me ,Is there any way to creating Pivot Table with required fields using classic activities, I have built it easily with Modern activity but in execution it takes too much of time and my team also prefer classic activities only.
Hie @Naveen_Kumar6 you can create pivot table with Classic activities but they have limited sets of activities.i think you want to do some filter and all other steps in the pivot too. i so the alternate method is too go with modern or else use VBA script inside excel application scope activity.
cheers
Yes that is the reason it is improved in newer modern version to include more customization
if you need customization like that and dont want to use modern then better go with writing a macro and invoke it
one way to use classic
create a range with only required columns
then use filter table activity for filters etc…
few are possible nut not all
cheers