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
I'm trying to create a new table record using a field which is a connected record from another database. Using the GUI I can create and connect table record with no issues. But, when I run using the Graphiql Explorer I got the following message: Value You don't have permission to connect these cards/table records. Both databases has the Public Permission checked. I tried using the API (new version) and presents the same problem.
Hi, I want to send out a document to external requesters once the process is over. Ideally, I would like to add information I collected across different stages of my process on a customizable template.
Hi! I'm working in a python script that read some fields from all cards from a pipe and them write it to pandas in Python. The main idea is to iterate through all key values from json list. Here's my code: import requests import jsonurl = ""https://api.pipefy.com/graphql""payload = ""{\""query\"":\""{ allCards (pipeId:127682, first:50) { edges { node { id title fields { name report_value updated_at value } } } }} \""}"" headers = { 'authorization': ""Bearer ""my_token"""", 'content-type': ""application/json"" }response = requests.request(""POST"", url, data=payload, headers=headers) print(response.text)Since here, all it's ok.But when I try to parse it with json with this code:json_dic=json.loads(response.text)for key in json_dic: print (key,"":"",json_dic[key])I just got an another list like the first ""print"", it seems that ""response.text"" is not a dict object, so when I parse it with json.loads, script can't identify the keys and separate them.Whats going wrong?Thx!
I'm trying to use the property ""connectedRepoItems"" in ""fields"", but even my card has one or more public table records associated, I got null values.{card(id: ""XXX"") {fields { connectedRepoItems }}}answer:{""data"": {""card"": {""fields"": [{""connectedRepoItems"": null},{""connectedRepoItems"": null},{""connectedRepoItems"": null"
Can you help me in designing a Conversion Funnel Dashboard in Dashboard Beta?
It would be very interesting if the cards automatically showed the expiration date based on the SLA established in each phase.
When we write a phone number that starts with 55, we have no problems. But when we write a phone with other numbers at the beginning, it is not possible to save it.
What browser and version are supported by Pipefy and if there any other technical requirements ?
Is it possible to get the id of a deleted card via webhook using something like a action "card.delete"? It would be very useful to keep a database based on cards up to date.
How do you ensure data security and also authorisation/role management to ensure people can only see what they need to as part of a workflow?
Hello, is it possible remove an assignee via API? I'm trying to use updateCard https://api-docs.pipefy.com/reference/mutations/updateCard/ without success
Hello everyone!The company I work for (AMI) is all about accessibility, especially in media and technology.When we started working with Pipefy we did some testing and determined that the public forms aren’t the most accessible for someone using a screen-reader. This is something we’d love to see improve with this tool in the future and I’m curious if other Doers out there would have interest in that for their organizations as well.Also curious if this is something Pipefy would be interested in working on in the future. Although it’s often assumed that there aren’t that many people who would benefit from making an application more accessible, it can actually have huge benefits and appeal to a much wider audience than you’d imagine. And, from what I hear, sometimes the coding changes that can make a big difference for accessibility are easy to implement. For those interested in learning more about web accessibility, this site is a great place to start: https://www.w3.org/WAI/fundamentals
Pipe as a View StatusPipefy could have a feature / automation that allow copy from a Pipe specifics cards (based on criteria) to another Pipe (read-only) to be accessed by customers / users to follow-up cards.
Hi,I am creating an APP to show some information inside a modal. My idea is: Create a button, when clicked I will show the modal with an URL content. Not a big deal accordingo to the documentation https://developers.pipefy.com/docs/card-buttons.I`m using glitch.com as server side and I wrote a HTML ‘hello world’. index.html'card-buttons': function(p, pipe) { return [ { icon: './images/icon-blue.svg', text: 'Advogado', callback: function(p) { p.modal({ url: './modal.html', height: '50%', width: '50%', }); }, }} Modal loading Modal response code 200 Modal iframe content My problem is: The modal keep loading forever. When I inspect the network traffic I can see the response code 200 and the ‘hello world’ content inside the iframe, as expected! but the modal keep loading and does not show the iframe content.Any idea guys?
Today is learning day, and I want to give you an overview of how you can use our platform to improve your team’s productivity. Lack of pattern in content creation, missing deadlines, and approved materials with mistakes is happing in your team? Find out how you can get full visibility of all marketing requests and build a better process.
What kind of ongoing technical support is required or does the local IT team get trained to handle Pipefy?
HI Team, In Our pipe: 1004580 , A card is getting created multiple time with title:[66.0, 76.0, 67.0, 75.0, 49.0, 48.0, 54.0, 48.0, 54.0, 55.0] Can you please tell me how I can delete those duplicate cards.
Hello! I tried using the Dashboard feature today and found a couple bugs that I’d like to share! 1) Can’t select my Dashboard: I created a Dashboard and then was creating a chart. When I finished creating the chart I couldn’t select the Dashboard to add the Chart in: 2) When creating a Pie Chart, I feel like every little change I do causes the Show Values checkbox to get unchecked:
Hi, I'm trying to configure an email template where I would like to add an attachment to the body of the email. Is this possible? I'm asking that because I would like to email external requesters quotes we upload on cards.
The pipe reports are an advanced pipe tool that enables users to view all the information extracted from the fields of all the cards in your pipe in an organized, customizable spreadsheet format. This tool enables Pipefy users to easily create and save reports with pre-selected filters to access whenever they need the information. In this short video, you can check out how to create Pipe Reports!
Is it possible to pass aditional information when creating a webhook to get more information about the cards without the need of making aditional requests? Is the "headers" argument supposed to enable doing that?
Hi The Pipefy can’t upload pdf file into attachment field? Thanks.
Hello. I want to know what sort of skills are required in the key users - who creates the workflows.
Id like to know more about how Pipefy team assist the client during the implementation!
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.