Pipefy, recognized as one of the Market Shapers by Gartner®
Share experiences, ask questions, and learn from experts to get the most out of the Pipefy.
Recently active
Hello all, I need to download all cards from a Pipe. I have over 1,000 cards. My current Python process for downloading all cards uses pagination. The first 50 cards are queried/downloaded quickly (i.e., json objects are saved practically immediately). But every subsequent card takes nearly 1 second. This takes a long time. Is there a Python process that downloads many cards more quickly? Here’s my current process: # packagesimport jsonimport requests# tokenpipefy_token = "token goes here"# pipefy class for later usePipefy = pipefy.Pipefy(pipefy_token)# graphqlurl = "https://api.pipefy.com/graphql"# headersheaders = { "Accept": "application/json", "Content-Type": "application/json", "Authorization": "Bearer %s" % pipefy_token}# pipe IDpipe_id = “#########”# first 50 cards queryjson_query = {"query": "{ allCards(pipeId: %(pipeId)s, first: 50) { edges { node { id title assignees { id } comments { text } comments_count current_phase { name } done due_date fields { name value } la
Hello!In my pipes I have problems to see the initial form that my colleagues have filled in. What can I do?
Hello all - I have a pipe that utilizes a start form to create a new card in a connected pipe. The advanced options for the Connection are set to True:All connected cards must be done before moving this card to the next phase All connected cards must be finished before the parent card can be doneOnce the card is created via the start form in both the parent and child pipes, I am able to move the Parent card to the next phase. My understanding was that given the advanced options I set to true, the Parent card should not be able to move till the Child card is completed. Any suggestions?
Hi,I have a few pipes with automation between them (automation: when a card enters a phase "DONE" in pipe A, create a new connected card in pipe B").Is it possible to have preview of all the cards to know on which phase in which pipe the card are?
Is it possible to make multiple selections using the radio field within a card/form? If this is not possible, what is the easiest way to have multiple selections within a field?Thanks!
Hi, I have a database table with some records and now i want to generate a dashboard and a report for that. But, I am unable to find a way to do that. Please suggest or refer to any related article for this. Thanks
Hey. I’m new here and need some help please. I want to set up a process to send a link to new potential customers.A form to gather basic info about the new customer - this will be used throughout the process to apply for our service Customer must then upload KYC docs or integrate a KYC platform directly to do verification Integrate with Docusign to sign the agreementCan someone please help me with this? Where do I start?
Hello everyone!How do I update card labels using an API call? I looked for something similar here in the community and I couldn't find it.
Hi everyone! I currently use Pipefy for production quality control and I need your help trying to find a workaround for a big issue I have...I have a pipe for product assemblies and another pipe for all the individual parts (that need to be assembled). In the start form of the assembly pipe, there are connection fields where I connect the cards of the individual parts from the other pipe. My need is that every time a part card is connected to an assembly card, the part card moves to the next phase.I know Pipefy does not have a native way of creating automations from connections, but I would like to know if you have any ideas of workarounds I could apply to this situation. Today I need to manually move all the part cards when they are assembled and that is a nightmare :(Thank you!
Hi Pipefy Dev team Is there in the roadmap the implementation of logs about Pipe structures, fields, automations, conditionals, emails templates and etc. Thanks.Ezequiel Souza
Is there a way to restrict the visibility of certain cards to be only visible to certain users? I could imagine a “People on this pipe can only view the cards they are assigned to” or similar. Scenarios:A pipe where invoices to be paid are entered. Certain finance users should not see the invoices that go to salary, or similarly delicate invoices A pipe where users enter e.g. problems with other co-workers, HR has to handle them. If a HR worker is the problem, it should not be visible to him
Hello, I'm using a PipefyAPI - GraphQL to create a card, but I can't connect the card with other cards from another pipe. I tried to use updateFieldsValues, but I always get the error message "Value You are not allowed to connect these cards / table records.".OBS: I would like to connect the cards that way
Dear colleagues, Could you inform if it is possible to create any timesheet format (to mark hours worked per day), in Pipefy?Thank you Bruno Machado
Hi, doers! I would love to hear whats is your most successful use cases for Finance you have ever deployed in your company! Sinc one of the main goals of the Pipefy community is to inspire other members on how to use Pipefy better and uncover product improvement opportunities, I invite you to share with us the use case you`re most proud of. Please post your process information following the framework below: Process Name What problems were you facing before using Pipefy? What are the main benefits of using Pipefy? Solution (just be careful while sharing a screenshot because it might contain sensitive information) Testimonial I am looking forward to seeing some remarkable use cases from community members!
Hello, community. First of all, happy 2022 to all of you. Thank you so much for being part of our community and our product. Let's start 2022 with new releases (and keep them coming)! We have released the ability to add phases in the Flow. Previously, there was only the ability to delete phases and move them around. Now, you can also add phases to your process using the Flow. It is super simple. Just move the mouse around between the phases you wish to add your new phase and a circle with a "+" sign will appear. You just need to then write down a name to your phase and it's done! We are still working on more improvements to the feature, so stay tuned. 🚀Also, tell us what are the features or shortcuts you would like to have on the Flow. We are always listening 🤝 Thank you again!
Hi, I’ve seen that it’s possible to export changelog if you have Power BI. But if you don’t use Power BI, is there any other way to export/download all historical events on a card? Thankful for tips! Best regards Hana
Hello, is anyone else having trouble with Field Conditionals? It was working just the other day but today Pipefy is giving me the following message: “Upgrade your plan: Upgrade to the business plan or higher to use field conditionals.”
Hello I have a pipe with an automation that creates new cards when a card from another pipe arrives at a certain phase. This pipe also has an weebhook for card creation action, that comunicates with an internal service. I was expecting that when a card were created by automation that the webhook would’ve triggered, but I’ve tested and it havent. Is that the normal behavior of pipefy’s weebhooks or did I do something wrong?
Hi Guys. any of you have a Sample of a working “card-badges” on Pipefy’s Platform ? I Tried https://developers.pipefy.com/docs/card-badges, and also read the “Features” Related topic, but it did not work. I have managed to make “card-buttons”, “card-tab”, and “pipe-buttons”, but the card-badges just don’t work. I Need for solving this problem bellow, but right now I just need a “fixed version”. Bellow is my manifest and index. Thank you.https://pipefyappamerico.glitch.me/manifest.jsonhttps://pipefyappamerico.glitch.me/
Hi doers. Is there a way to have fields auto-populate in a start form based on their answers to other fields? E.g. If someone Chooses “Category 1” as an answer to “What category is your request a part of?”, can several other fields in the form auto-populate with values we always associate with Category 1? I first assumed this would need to be an automation (when a field is updated > update a field), but it doesn’t seem to be working. Then I thought maybe it would be a conditional, but the conditionals only seem to give me the option to Show or Hide fields, not to auto-populate them. Any suggestions?
Hi, Is that possible to store a SQL command in a long text field? PLAN B: store a .sql file, but its not the best way :(
Hello, everyone! My name is Ian Castelli and I'm one of the copywriters in the Customer Education Team. Recently, I published a blog post for NDAs (Non-Disclosure Agreements) Requests with tips on how to structure the process inside Pipefy! Do you have any additional tips to point it out? Feel free to join the discussion and use the template to build your own NDA workflow! Check it out: https://www.pipefy.com/blog/nda-requests-process
I configured an automation 'move cards' and it's not working. Do you know what is happening?
Hello Guys,I'm starting a journey to document important information about the processes modeled within pipefy and would like to ask the community if anyone has done something like that.My idea is that within pipefy I can write who owns the process, who can make changes, what the purpose of the pipe is, why users have x type of view, what are the main rules for automations and triggers, etc.Has anyone thought of something like that?
Hey guys, whenever I try to enable the Importer App or any other app it shows the following message: "There was an error when enabling this app."Does anyone knows what's going on and how to solve it?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.