Guys, I’m still learning to program. But I’m trying to develop a Custom App here at Make.
I managed to make all the requests I needed, except for one.
Galera, to aprendendo ainda a programar. Mas to tentando desenvolver um Custom App aqui no Make.
Consegui fazer todas as requisições que precisava, exceto uma.
In these two images, you can see how I configured the module.
In the next one, you’ll see what the output looks like:
Nessas duas imagens, vocês conseguem ver como configurei o módulo.
Nessa próxima, vocês verão como está a saida:
So far, so good. However, I need the value of the array (collection) to always start with “field__”, but I would like it to be recognized automatically. Without the user having to type this value every time.
Ex:
“Accounts": ‘test’ ==> would become ==> ‘field__Accounts’: ”test”
Até aqui tudo bem. Porém, preciso que o valor do array (collection) comecem sempre com “field__” porém, gostaria que isso fosse reconhecido de forma automática. Sem a necessidade do usuário digitar esse valor sempre.
Ex:
“Contas”: “teste” ==> passaria a ser ==> “field__Contas”: “teste”