Hello community!How do I find out the date the card entered the phase?Thanks for the attention.
Solved
Date enters the phase
Best answer by Lucas Democh
Hello
You can use the code below to extract information from the current phase of the card.
I left all phase field options available in the code.
{
pipe (id: XXXXXXXX) {
id
name
phases {
name
id
cards (first: 1) {
edges{
node{
id
title
}
node{
current_phase {
id
name
}
phases_history {
became_late
created_at
draft
duration
firstTimeIn
lastTimeIn
lastTimeOut
}}
}
}
}
}}
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.