This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi all,
Is it possible to do an if(equals...) expression when updating a multiple choice sharepoint item, such that the choices chosen in the multichoice field are based on the value chosen in another single choice column.
I thought this might be possible by putting the arrays for the possible multiple choice combinations in compose actions, then simply creating an expression like below, but it says the expression is invalid. Not sure if maybe I've just made an error in the expression syntax or this isn't possible.
if(equals[body/value1]), 'compose1', if(equals[body/value2]), 'compose2,...)
I'm hoping this could work, or else my only other option would be to use a switch function, which would significantly increase the size of an already large flow.
Any help appreciated 😊
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/MicrosoftFl...