Hi @Hardesh15 ,
I tried using float type as suggested above. However it is showing "Invalid expression"
As per your suggestion I have used float by placing "variable as highlighted in red font below. Here the red font variable is coming from PDF extractor. Also I would like to highlight that this variable can have comma anywhere in number and I understand this float expression should be able to remove comma placed at any digit of a number :
Synatx as suggested : float(replace('variable',',','))
Synatx actually used in power automate:
float(replace('outputs('PDF_Extractor')?['body/responsev2/predictionOutput/labels/Capacity554fecb051bb0b706c621d503cf5f5d6/value']',',','))
Pls advice.