You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
can the "web service object" field return multiple objects as a result? If yes, how to display the filtered objects?
E.g. if the following JSON request comes back:
{
"last_name": "Lopez",
"id": 72,
"gender": "male",
"phone": "597.328.1460",
"job_title": "Tester",
"salary": 9500,
"email": "donaldlopez71596@slingacademy.com",
"first_name": "Donald",
"age": 29,
"years_of_experience": 5,
"department": "Product"
},
{
"last_name": "Lopez",
"id": 123,
"gender": "male",
"phone": "573-472-7131",
"job_title": "DevOps Engineer",
"salary": 8500,
"email": "thomaslopez122447@slingacademy.com",
"first_name": "Thomas",
"age": 28,
"years_of_experience": 3,
"department": "Product"
}
Can I display only "name" and "phone" of both objects in a table view?
With only ONE object I have no problems...
Thanks and regards,
S. Menzel
No, the idea of this field is to hold ONE object or a reference to one (identifiable) object
Alex
Hi,
thanks for your quick response. Is it even possible to display multiple objects as the result of a query using Confiforms?
I did it with Confidocs. However, with Confidocs, ALL results are displayed immediately (filtering is possible afterwards). I would rather search first and display the search results already filtered.
Regards,
Steffen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I dont think so. This is not something what ConfiForms is for
Using a field to store multiple rows of data and then using it to render some views... no, not the ConfiForms job, sorry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.