Skip to main content
Question

Change index_name from a field

  • November 11, 2021
  • 3 replies
  • 382 views

dcastelhano

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

This topic has been closed for replies.

3 replies

genietim
Forum|alt.badge.img+12
  • Legend
  • 412 replies
  • November 11, 2021

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?


dcastelhano
  • Author
  • Explorer
  • 2 replies
  • November 11, 2021

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
}
}
}

 


dcastelhano
  • Author
  • Explorer
  • 2 replies
  • November 11, 2021