Solved

Is there an limited number of options on updatePhaseField?

  • 10 November 2021
  • 2 replies
  • 93 views

Userlevel 2

Hey guys!

 

I have a list of 500 options to a select field.

When i do it through software screen, i have no trouble:

 

 

when i do it through API, if i send about 10 options, all good, but if i send about 20 options, my response is 200 but the options on pipe do not update. =(

icon

Best answer by ricardo-borges 11 November 2021, 14:26

View original

2 replies

Userlevel 3

Hey there Davi!

It should be working just fine for more than 20 options, make sure entries are following the documentation, with options separated with commas within an array:
 

It could be some issue related with character count limit. If you still come across any trouble, please contact us within the platform chat to open a Support Ticket and we can investigate further and exchange information more privately.

Userlevel 2

I do believe its something related with character limit. When i send 1000 options as “a”, it works just fine, but the real options just doesnt work.  Is there a way i can break into multiples requests so i can do this? like send a block of 20 options and then add another 20 instead of replace the first block?

Reply