21
Views
4
Comments
Solved
Invalid Public Action  The Action 'GetAllData' is public but its parameter 'Out1' is 

2020-09-17 01-03-04
Koushik Prathi
Solution

You have to set the data type of the output variable to public(yes) like below.

UserImage.jpg
Roelof Wobben

hmm


you mean make the structure public. then I have to look where it hiding



2020-09-17 01-03-04
Koushik Prathi

Roelof Wobben wrote:

hmm


you mean make the structure public. then I have to look where it hiding



Yes, I am taking about structure


UserImage.jpg
Roelof Wobben

oke

got that part working.


Now I have to find out how I can take something out of it to use it in another json call to the api

there are 10 objectNumbers in it that I have to use in another json call

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.