Skip to main content 参与我们的 5 分钟社区调查。即日起至 2025-4-11 均可参与。点击这里参与。

I'm creating an external service for add value on a google sheet.

I find the error but i cannot solve it!

The request body need an array of array of string and i cannot set the values for array with apex variable

 

external service array list error request body

 

When I create the apex variable in my flow for my body request i don't find the class with body!

 

this is the class autogenerated

 

classextserv.png

externalserviceclass.png

here i don't find my class but only OUT, i try to uncheck "allow multiple values" toovariable apex.png

list of class:

 

class list external service.png

 

If i try to create a new external service with different body in the example request, i find the class for the body but i cannot assign value into array,because google wait for array of array of string

{values:["test"]}

 

@* Salesforce Developers *

1 个回答
0/9000