Hi there !
I’m trying to pass a list of texts to a plugin, but bubble passes it as a pointer. How do I pass only the list of texts?
bubble does not interprets as a list of texts…
it prints
Concluída, Concluída, Aguardando, Aguardando, Aguardando, Aguardando
but it reads as a pointer
{“_pointer”:[“Concluída”," Concluída"," Aguardando"," Aguardando"," Aguardando"," Aguardando"],“_call_metadata”:{“server_base_url”:“https://oflow-ii.bubbleapps.io/version-test/",“access_token”:“bus|1747679995165x222755250076289700|1749425354501x551183861016067500”,“appname”:“2025-premofw-ii”,“app_version”:“test”,“plugin_api_version”:“4”,“app_properties”:{“custom.000_test_drop”:[“etapa_number”,“ordem_number”,“preset_number”,“texto_text”,"Created By”,“Slug”,“Created Date”,“Modified Date”,“_id”],“custom.user___variaveis_padrao”:[“00_ativo_boolean”,“00_filial_custom_07_empresa_filiais”,“03_key_empresa_custom_user___empresa”,“03_key_user_variaveis_padrao_custom_user___variaveis_padrao”,“11_nome_empresa_text”,“12_cpf___cnpj_text”,“12_whatsapp_text”,“apelido_text”,“ceo_yn_boolean”,“debug_logs_boolean”,“master_convidado_boolean”,“pin_boolean”,“roles_list_option_roles0”,“email”,“Slug”,“Created Date”,“Modified Date”,“_id”,“logged_in”],“custom.device”:[“Created By”,“Slug”,“Created Date”,“Modified Date”,“_id”],“api.apiconnector2.text_stream”:}},“single_api”:false,“list_api”:true}
How to pass only the list?
Any help?

