Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
I want to create a form with a WS field on which some of the data on the WS response can change over time.
Is there a way to update a previously registered row periodically to show updated info from the WS?
For example:
Now if I registered a row with the option above, the tableview should show
ID | Label | Status |
1 | f1 | new |
now if the status for the option was changed on the WS to 'approved', is there a way to make the table automatically update (even with some delay) like this?
ID | Label | Status |
1 | f1 | approved |
Hi @Demolag
You dont really need to do anything
As the data from the web-service field is always realtime - so, changing the "status" field to something else in the source will be visible in ConfiForms (unless you have, copied the status locally to the field, and not accessed it directly through the web-service field)
Alex
It saves only the identifier that identifies the row, the rest is queried
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone,
I've been experiencing challenges configuring a ConfiForms form with a Webservice Field and ensuring it updates values correctly upon selection. I found a very relevant Atlassian Community thread titled “How to configure Webservice in confiform field and get value.” The solution outlined there emphasizes that you:
1. Properly define and configure the Webservice connection in the ConfiForms administration (this requires Confluence admin access).
2. Use the configured service in the lookup rule on the form, ensuring that the field you’ve set up retrieves and displays the correct value from the external service.
Here’s how I applied it to my setup:
- Created a valid Webservice connection (e.g. pointing to your REST API endpoint).
- In ConfiForms configuration, applied the "Lookup rule" on the target field, mapping it to the returned value from the web service response.
- After saving the configuration, the field correctly populates and updates based on the webservice response.
This resolved my issue. I'd recommend checking that your webservice connection is approved and that your lookup mapping is accurately defined. Hope this helps others as well!
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, just tested it and it works.
Haven't found any mention on the wiki regarding the update of the WS fields on existing rows, and assumed it does the WS query only on registeration and not on view.
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.