logic apps - how to link to a run - azure-logic-apps

I have a dashboard in Power BI that shows me all the runs that have failed from Logic Apps, incl their runID. Currently I need to copy and paste that runID into the Logic App Runs UI to filter and then click on it to see the Run detail and find out where it failed.
When I click on a run, the runID is not added to the URL, it's loaded via some javascript. How do I generate a URL that will link to a specific run of a logic app instance?

A workaround for this is to add logging/tracked properties etc so that you will get which action failed directly with the runid, it's as close you will get for now I think.
[Edit] found a solution here:
https://toonvanhoutte.wordpress.com/2018/12/08/navigate-directly-to-the-logic-apps-run-details/

For Logic Apps (Standard) there is currently no deeplink available yet. Though Microsoft has added this to their backlog.
See: https://githubmemory.com/repo/Azure/logicapps/issues/358
Edit
Not official, but I figured a way to navigate directly to a Logic App (Standard) workflow. It is possible that a page refresh is needed after navigation though.
Url: https://portal.azure.com/#view/Microsoft_Azure_EMA/WorkflowMonitorBlade/id/%2Fsubscriptions%2F**subscription-id**%2FresourceGroups%2F**resource-group**%2Fproviders%2FMicrosoft.Web%2Fsites%2F**logic-app-name**%2Fworkflows%2F**workflow-name**/location/**location**/resourceId/%2Fworkflows%2F**workflow-name**%2Fruns%**run-id**/runProperties~/%7B%22waitEndTime%22%3A%22%22%2C%22startTime%22%3A%22%22%2C%22endTime%22%3A%22%22%2C%22status%22%3A%22%22%2C%22correlation%22%3A%7B%22clientTrackingId%22%3A%22%22%7D%2C%22workflow%22%3A%7B%22id%22%3A%22%22%2C%22name%22%3A%22%22%2C%22type%22%3A%22%22%7D%2C%22trigger%22%3A%7B%22name%22%3A%22%22%2C%22inputsLink%22%3A%7B%22uri%22%3A%22%22%2C%22contentSize%22%3A0%7D%2C%22outputsLink%22%3A%7B%22uri%22%3A%22%22%2C%22contentSize%22%3A0%7D%2C%22startTime%22%3A%22%22%2C%22endTime%22%3A%22%22%2C%22originHistoryName%22%3A%22%22%2C%22correlation%22%3A%7B%22clientTrackingId%22%3A%22%22%7D%2C%22status%22%3A%22%22%7D%2C%22outputs%22%3A%7B%7D%2C%22response%22%3A%7B%22name%22%3A%22%22%2C%22outputsLink%22%3A%7B%22uri%22%3A%22%22%2C%22contentSize%22%3A0%7D%2C%22startTime%22%3A%22%22%2C%22endTime%22%3A%22%22%2C%22correlation%22%3A%7B%22clientTrackingId%22%3A%22%22%7D%2C%22code%22%3A%22%22%2C%22status%22%3A%22%22%7D%7D/isReadOnly~/false

Related

Microsoft Teams modify Save button in Connector setup page

I am currently working on the setup page for my custom MS Teams Connector.
For inspiration, I was looking into other companies and one particular thing caught my attention.
Teams usually has at the bottom 2 buttons, like here in my setup page:
I have no Problem communicating with them using the #microsoft/teams-js client SKD and could make my page work like it is now. But I got curious how to do it with custom buttons like other Companies.
For example Trello:
Like you can see they moved the buttons up and also have a login button.
I also need to add authentication form my Connector, so I was wondering if its possible to archive a similar layout for my Connector.
For the Setup page I am using web app created with create react app
So my questions are:
Is this possible using react?
If yes how is it done?
I could not find much documentation regarding this topic.
The behavior is by design. Quite a while back we started giving developers more control in the tab configuration flow and allow them to render their own button within the iframe. Everything within that task module is now controlled by the app.

Google Smart Home Action not visible in Home Control section

I made some changes to Authorization URL and Token URL in Accounting Linking. After that when I enable Test l, the action with [test] prefix didn't appear under Home Control section in Google Home app. The app is logged in with the same account as the account which I used to create the action. To add up, the action is already being deployed in production. I'm facing this issue when I updated the Account Linking settings and enabled it for Testing. I've also tried undeploying the previous version of the action. But still it didn't appear in the Home Control. Due to this I can't submit my action for review.
Help me out to fix this . Thanks in advance.
Once your Action is deployed to production, the project will no longer reflect console changes to the test agent until those changes are submitted and reviewed. The recommended way to work around this constraint is to create a second project in the Actions console that you can use to test/validate your change.
When you're ready to submit the updates to production, you can follow the steps outlined to updating your existing production project in Launching your smart home Action.

Oracle ADF - Redirect link is not working

I am developing a simple application using ADF comes with basic CRUD operations (create, read, update, delete). In this case, as you can see, I have dragged a link to the 1st column which is highlighted in yellow.
So whenever I deploy it and click that, it is supposed to redirect me to the Edit page where client will allow to make commit:
I did make sure the Action of link is associated with the Edit page (as highlighted in yellow above). However, the link wouldn't redirect me anywhere, no response.This is the unbounded task flow:
Okay so I have found out the solution. Due to the default setting, the application will be deployed on IE and this message will prompt out. As you can see, the message is mentioning about browser's compatibility. My IE is version 11.6, I'm not sure what's the issue here since my IE is kinda latest version but this message still pops out and affects the redirect link from working. However, simply copy the application URL to Google Chrome and run should fix this issue. Hope this helps in future.
If the two pages in the Unbounded Task Flow, then Add WildCard Control Flow Rule
and connect the two pages with the WildCard.
Or you can use the Popup instead of opening a new page for edit

Referencing Another App

What is the best way to reference another app in the visual query designer?
I am using the blog app and I created a second app to list the tags that are used in the main blog app. This way when the app goes to a detail page of a post, I can still have the tags listed on the website without the view changing automatically. I set up my blog tags app with a visual query that list all of the tags used in the main app. Everything was working fine in development.
The problem that I have run into is that when I move the app to a production site the AppId was different than the one I was currently using and development. Now, the tags app is showing an error and I am not able to get into the settings to change the app ID of the visual query to the proper one in order to get the information needed. Is there a better way that I should be handling this?
This sounds like the right way to do it - your main issues is getting into the admin-ui when the template you have shows an error.
I suggest that you quickly rename your current template (so it's not used till you fix the bug) and create an empty template with the original name. This way you can go to the normal settings.
Another option is to switch into dnn-edit-mode, and use the black-dnn buttons to get to app-admin.

Salesforce: Adding items to 'Personal Setup' and 'Customize'

I am writing a simple salesforce app that requires app-level and user-level configuration. I have created custom objects for these settings, but cannot figure out how to add links to the Setup page (Personal Setup and Customize) so that the settings can be managed.
Quite a lot of research, and a question on a salesforce board, have left me none the wiser. I have seen a couple of scripts on the web that hack the setup sidebar with javascript (eg http://userscripts.org/scripts/show/95361) ... but this can't be the right way to do it surely?
Thanks
Jim
You are unable to do this without hacking because Salesforce want it so that you don't require over-explicit setup of any app you create - they want you to make it data-independent and in fact it may fail a security review if it is data dependent. It will also likely cause you headaches in correctly unit testing the app.
My suggestion would be to have a set of custom pages which are linked to on the home page for a user which display if they have no current values (so the first thing they see on the home page when they login for the first time is a "Hey, before you use this app you need to do some configuration through this handy wizard" and then block access to other areas of the app (i.e. display warning messages on other pages) if the app has not had this data setup.
That way you are not hacking and are providing a nice user experience around the extra setup.
Paul
DO you just want to add a new TAB on the top menu that links to the Edit page for your new sObject?
If so:
Goto setup https://cs3.salesforce.com/ui/setup/Setup
Click on 'Create' > 'Tab'
Pick the sObject you want the tab edit, the click next until you save the new tab.
There is no supported way to augment the Setup menu.
You should probably be using Custom Settings for what you are describing - they were designed for app-level and user-level configuration, and are available from Setup.
Otherwise, if it really is custom setup that requires fancier logic / UI / etc, you may want to do what many SFDC ISV's do and ship your app with its own configuration tab that's hidden, and/or custom VF page that manages app settings.

Resources