Skip to main content

I do have two questions:

  1. I want to strip zero numbers from a value. I.e. the value is 0014890 and I want to remove both zero numbers at the beginning. So the result should be 14890. 
  2. I am trying to retrieve the order details link (order details) in the WooCommerce backend. Is this possible? 

Hi @michael291 

For #1, try using the Formatter Numbers Spreadsheet Style Formula

ABS(INPUT)

https://zapier.com/help/create/format/understand-spreadsheet-style-formula-functions#step-1


@Troy Tessalone Thanks a lot. It did work :-)