Hi Experts,
I am working on this scenario and stuck with this silly logic.
Source : SharePoint List
Column : Choice Type (Technologies)
Have to apply this logic into textbox / dropdown --> If technologies like "GenAI, AIML, ICC, DLS, Process Mining" then Yes otherwise No.
If it is a single string then i did like :
If(ThisItem.'Delivery Model' = "Embedded","Yes","No") --> It works
But for multiple values i tried and no luck for me as i am new 😞
Please help to achieve this..
Thanks
DK