Re: Problems with Expression to convert Forms text answer to a number
Hi ManishJain, thanks for your reply, I should have said the following :
No Error in Power Automate, it runs fine, just always resolves to whatever value in put in the else clause.
So
if(equals(*form field here*,'Not at all'),'0','error')
results in error being written to the SharePoint field
or
if(equals(*form field here*,'Not at all'),'0','999')
results in 999 being written to the SharePoint field
The thing is a similar Form I did previously worked OK with these types of if statement, so I am at a loss!
Regards
Ruth