I have made a Custom list in SharePoint 365. In that list I created a column "Frequency" (column type is Choice). Now I want to read the value of this column and based on that create an item in the custom list. To realize this I will use MS Flow. I took the following steps:
1) Create Flow;
2) I choose -> "SharePoint - For a selected item";
3) connect to my site and custom list;
4) Condition: @eguals(triggerBody()?['Frequency']?['Value'],'year')
5) action
All what i have tried no positive result. I every situation the "No action" is executed. Is there a requirement for using SharePoint custom columns in a list before that you can use the value in the column in MS Flow?
Please help me with resolving this issue