I have one Text field, that I want to populate with the result of a query.
On image_1, you can see that I'm trying to say:
invoice_leader_number = "result of a query"
(Just to let you know, the "invoice_leader_number" is a TEXT).
Now you can see that this does not work because "2116: Only one value is expected" (cf. image_2).
I've tried a work around by trying to use other functions to kind of transform the result of my query into a "one value" result, but none of the functions worked and they all expect only one value.
I suppose that Caspio can't be fooled so easily
So my question is:
Is it possible to grab the result of a query (which is in my case just a list of Strings), concatenate them into a single string (separated with commas) and pass the concatenated result to a field?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Melwyn
Dear Community,
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.