Hi,
I have created an app where user is selecting few inputs and api operation to be run api post and put through download tool to create resources.
I'm trying to pull queued job details from AlteryxService DB As_Queue table and filtering the running job by workflow name and status then fetching the user details from AlteryxGallery DB user table based on user id. How can Integrate this process with my existing workflow.
My requiremnet is that whenever users run app from gallery there details needs to be pass to post or put api header while running the workflow to record audit logs of all the operations they're making through APIs.