@Alex Medved _ConfiForms_ Hello!
the question is about creating pages with links and second form in just created page. When we create a page it works correctly but when we run second form in just created page, links break and tickets duplicate.
We need to create page with link and run second form that will create another page with link and jira task
Please tell us how to set iftts correctly
below I write in Russian in case you understand, because i am from Kazakhstan:)
Нам нужно создать форму которая создает страницу с ссылкой указывающей на нее и в созданной странице будет еще одна форма, которая создает страницу с ссылкой и задачей jira
сейчас первая форма работает корректно, однако вторая форма в созданной странице ломается и дублируется
I'll write the code below
So, this is about nesting a ConfiForms form on the page that you also create with ConfiForms
I think what you need is to use the asEntryRef function https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
Instead of
entryId=[entry.id]&JIRAKey=${iftttResult_myjiracreator}
put
entryId=[entry.id]&JIRAKey=[entry.id.asEntryRef(iftttResult_myjiracreator)]
Alex
@Alex Medved _ConfiForms_ thank you!
now it works correct
One more question:
How can I get all these records from the second form that placed in IFTTT in one table?
Cause those records have different parent pages (same form but different parent pages)
I need to make report in TableView
I'll write the code below
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Consider using the TableView Merger and when you create those sub pages, consider setting the label. This way you can set up the TableView Merger macro to find the pages dynamically by CQL (searching by that label for "sources")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Medved _ConfiForms_ could you please show me, how i can make report with tableview merger with labels? Code or some links to vertuna cookbook?
I tried but it doesnt display any table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Overall, the configuration is what it should be
Do you have forms with a "jitatest3" on those pages that you see in the TVM macro preview?
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Finally, your advice has prompted me to solve the problem. God bless you!
The form "jitatest3" was higher up the page
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.