#How to create a flow button to download report??

11 messages · Page 1 of 1 (latest)

fervent flower
#

Using Flow need to create the button to download report

foggy finchBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please make sure your question includes the following:

  • An explanation of exactly what you're trying to achieve.
  • Any and all related code or previous attempts.
  • The exact issue or error you are facing.
  • Any screenshots if applicable.

When you're done with this thread, please close it.

(If you have a support agreement and need help, please contact the core team via email.)

ionic ice
#

no thats currently not possible

fervent flower
#

why is that not possible

ionic ice
#

the flow button only triggers a flow, doesnt do anything with the response of that flow

#

only thing you could do is something like: trigger the flow, flow downloads a report, saves it in the files, attaches it to the record

#

but there is no default way (yet i guess) to download files inside a flow

fervent flower
#

actually i want to download the report ..... can you please help for that??

ionic ice
#

if you know how to write an custom extension, you can make an button + endpoint to download a file of your liking

#

otherwise you have to hire someone to make the extension, there is no default way

naive chasm
#

Yaps, you need to build extension to do that. Maybe custom endpoint and custom interface