how to Enable/Disable staticResultOptions dynamically or using parameter in logic app testing

Rajesh Y (EXT)(ADM-AZR) 0 Reputation points
2024-02-23T06:47:07.5266667+00:00

I need to Enable/Disable staticResultOptions dynamically or using a parameter value in logic app action testing.

Currently I can see a manual option to enable or disable the testing (preview).
I need a solution that I can do it dynamically

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 8,621 Reputation points Volunteer Moderator
    2024-02-23T10:20:33.8433333+00:00

    Hi Rajesh ,

    As you mention Azure Logic Apps does not support enabling or disabling staticResultOptions dynamically during runtime. This feature is typically set at deployment time and cannot be changed dynamically.

    However, as a workaround, you might consider creating two separate Logic Apps - one for testing with staticResultOptions enabled and another for production with it disabled. Beside you can use Azure DevOps or similar CI/CD tools to manage the deployment of these Logic Apps based on your requirements. References:

    I hope this help you,

    Luis

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.