The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confiforms: Show multiple results from web service object

Steffen Menzel
March 21, 2023

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

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Alex Medved _ConfiForms_
Community Champion
March 21, 2023

Hi @Steffen Menzel 

No, the idea of this field is to hold ONE object or a reference to one (identifiable) object

Alex

Steffen Menzel
March 21, 2023

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

Alex Medved _ConfiForms_
Community Champion
March 21, 2023

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

Like • Steffen Menzel likes this
TAGS
AUG Leaders

Atlassian Community Events