-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardcoded values for organization for CDS connectors of type dynamicscrmonline #104
Comments
We are also facing this issue with the CDS connectors of type commondataservice if there not v2. Found the issue: there is no switch case for dynamicscrmonline type of connector in handleActions method (for both actions and triggers) of TemplateGenerator.cs and also there is static code to fetch dataset from path, which doesn't work when the connector is not v2 for actions or not v1 for triggers. Solution that i found: Add a fall through case for "dynamicscrmonline" connector to the commondataservice case and update the logic to select dataset name to dynamic from static. Following code works for dynamic selection:
Gist for updated TemplateGenerator.cs Please go through the change and correct if feasible. Thanks in advance. |
Can anyone help us with this? @MLogdberg @jeffhollan |
Sorry for late response, totaly fell out of scope. I'll take a look at this, solution looks good at a first glance. |
@MLogdberg, Thanks for replying. And can you please confirm if support for azure function action will be added or not? |
Should be solved via #111 |
We are using Azure functions in our logic apps, which are not parameterized while using LogicAppTemplateCreator. |
Yea I use it alot aswell, when I do extractions it's parameterized as follow, are you missing anything there?
|
Is this the same DLL that we get when we install the module from PS Gallery using Install-Module -Name LogicAppTemplate? Because when we tried to parameterize the azure function it didn't work so instead we switched to HTTP action to call the Azure function. |
We are facing issue with exporting template of Logic app which contains older dynamicscrmonline typed connectors.
We have action as shown in below:
When we export template from this using Get-LogicAppTemplate cmdlet, it is exported as is and no parameters are exported.
We want to make CE organization ("orgxxxxxxx.crm4") to be replaced with parameter.
Please let me know if any more information is required.
The text was updated successfully, but these errors were encountered: