Logical App, how to set a simple list of string values

Andrea 1 Reputation point
2023-08-20T13:55:54.9466667+00:00

Hello guys,

one question related on Azure Logical App, I need to receive an email with a specific subject, the name of a person, then I need to check this value if match with a specific static list of authorized person. If match then I can start with an action.

In this case I have created a task "when new email arrives", then I've created a condition to verify the subject, but how can I use an "IF person in the subject match the list of authorized then .." ?

thanks for your support

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
{count} votes

1 answer

Sort by: Most helpful
  1. MikeUrnun 9,777 Reputation points Moderator
    2023-08-23T00:51:31.0433333+00:00

    Hello, @Andrea - Thanks for reaching out! This should be a pretty straightforward implementation using String Functions, Control flow actions like Conditional, and some familiarity with how JSON data type is treated in Logic Apps.

    If you provide info on how the subject line is exactly formatted and the easy way for you to maintain the static list of names, we can share with you a sample code of such workflow that you can use.

    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.