I want to remove the comma separator in the inter input field using edit input how can I achieve that ?

Above image displays the normal format.
The expecting Number Format (without comma) - 1234
I want to remove the comma separator in the inter input field using edit input how can I achieve that ?

Above image displays the normal format.
The expecting Number Format (without comma) - 1234
@AshinaS2 You can create a Edit Input rule and you have to call this in adavanced tab of the property rule.
Your edit input should contain as below.
@BATTINIRAMESH Thanks