Best answer

How to strip zero numbers?

  • 19 January 2021
  • 2 replies
  • 303 views

Userlevel 4
Badge +4

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? 
icon

Best answer by Troy Tessalone 19 January 2021, 22:04

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

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

Userlevel 4
Badge +4

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