Hi guys, how can i change the index_name of a field, when i create a new field in app.pipefy, the "index_name" is "field_1_date", i need to change this to “due_date” instead of “field_1_date”, in order to integrate with my backend via graphql, that’s possible?
Thanks
Page 1 / 1
I do not understand what you refer to with “index_name” — in the GraphQL documentation, there does not seem to be such a field, neighter on card, nor on field. What exactly are you refering to?
Yes, there is a indexName in card, see:
{
card(id: xxxxxxxx) {
fields {
array_value
date_value
datetime_value
filled_at
float_value
indexName
name
report_value
updated_at
value
}
}
}
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.