Custom List
2 TopicsUpdate SharePoint List by calling Rest API
I have a list I want to update by calling the list API. I am able to get the data of this list by calling the Rest API, however I am not able to update a column data with PUT method. The API keeps giving me this message: 403 Forbidden. Please help. I will really appreciate it. Thanks3.3KViews0likes2CommentsFlow doesn't process multiple value in custom list
I created a basic Flow to generate an email when a new item is created on a Custom list. The flow works without problems until I add a Multiple Choice or Lookup to a multiple choice field. The error I receive when the flow runs is: InvalidTemplate. Unable to process template language expressions in action 'Send_Email' inputs at line '1' and column '2175': 'The template language expression 'triggerBody()?['Tasks']?['Value']' cannot be evaluated because property 'Value' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.8.9KViews0likes5Comments