Hello,
I am trying to create table C based on already existing tables A and B.
C will be a combination of rows in table A and B.
But I want any changes done in A/B to reflect in C without any human intervention.
Is that possible in Confiforms? Please guide.
Thank you!
You can create ConfiForms forms to do many things on form submit - https://wiki.vertuna.com/display/CONFIFORMS/Configuring+ConfiForms+IFTTT+actions+and+rules
That includes updating or adding new records into other forms or even database tables (if you are on a DC), among many other handy actions that you can set up
If you just want to show data from a different form (without copying anything into an extra form) within a table then consider using the queryAndRender function
Alex
Thanks for your help as always @Alex Medved _ConfiForms_
Could you please guide me to an example or more documentation on how to use queryAndRender function.
I have this existing page. Where should I be adding queryAndRender function to get table data from two other tables.
Please advice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You put a ConfiForms Field inside a TableView for example (or any other rich-text view ConfiForms macro), and wrote an expression in the "field name" parameter of the ConfiForms Field macro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BTW, why do you mark the questions as "cloud" related when they are clearly not... and you are using the DC/server version of Confluence/ConfiForms?
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.