How to execute sql command after import tool finished import

Confluence User - 13 May, 2021

I configured one import tool and want to execute insert command after import action completed. I used  the trigger which insert data when insert or update, but when I import data, import tool will be endless loop within the trigger. How could I execute sql command after import tool finished import ? As my import action is not regular, so I can't set schedule job on SQL server.

userviews;import

3


15 May, 2021
confluenceUser
confluenceUser

You are using import tool in a process or in a post processing tool of the form. right??

Insert another tool (database update tool) after the import tool and write your query

17 May, 2021
confluenceUser
confluenceUser

Oh, sorry. It's my mistake. It's import menu in userview, not import tool in form or process. So I can't set a tool any more.

18 May, 2021
confluenceUser
confluenceUser

if you are using a userview, make a process including database update tool and put its URL on redirection property of import menu

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print