Skip to main content

Notifications

Power Platform Community / Forums / Building Power Apps / Download information f...
Building Power Apps
Suggested answer

Download information from a Gallery using a flow

Posted on by 10
Hi everyone,
 
I have created a PowerAutomate flow to be able to download the information I have in a gallery, but when I download it all the information appears only in one column.
 
This is the code and the flow I created.
 
Set(
    vJSON,
    JSON(
        ShowColumns(
            Gallery2.AllItems,
            'APELLIDOS Y NOMBRES',
            FechaVencimiento,
            RazonSocial3
        ),
        JSONFormat.IndentFour
    )
);
Set(
    vOutPut,
    DescargarCSV.Run(vJSON).resp
);
Download(vOutPut)
 
 
  • EstherLara Profile Picture
    EstherLara 10 on at
    Download information from a Gallery using a flow
    Hi,
     
    I map the fields in Create CSV table but it gives me all the information in one column. I watch other videos and despite I'm doing the same, it doesn't work.
     
  • Suggested answer
    Ravindra Jadhav Profile Picture
    Ravindra Jadhav 152 on at
    Download information from a Gallery using a flow
    Hii,
    Hope you are doing great.
     
    In Create csv table action you need to map the columns and values 
     
    Error reason - You not map the fields in Create csv table 
     
    If not then please share more Information 
     
     
    If you find your answers questions please mark it answer to help others 
     
     
    Thank you 🙏 😊 
    Ravindra Jadhav 
     
     
     
     

Helpful resources

Quick Links

Welcome to the Power Platform…

We are thrilled to unveil the newly-launched Power Platform Communities!…

Community Update Sept 16…

Power Platform Community Update…

Welcome to the new Power Platform Community!…

We are excited to announce our new Copilot Cookbook Gallery in the Community…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 140,719

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,355

Leaderboard