• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

Need help with text formatter

Carlos Melo

Member
Hello,

I have a workflow which executes a text formatter step to take a number from data 'Updates UpdateRange' from a spreadsheet and inserts it in the column A of that same spreadsheet.
However, in my recent test I noted that if the ‘Data Text' of the 'Data in' has the number 10 ['Página1'!A10:M10] the result of the 'Data out' is the number zero, resulting in a error, not sending the number 10 to the line number 10 of the spreadsheet.

So please, how can we adjust that ?

Task History ID - IjU3NjUwNTZkMDYzMjA0MzY1MjY1NTUzZDUxMzQ1MTYwNTQzOTBmMzUi_pc

Thanks,
Carlos.
 
D

Deleted member 15445

Guest
Hey @Carlos Melo

Kindly let us know the output you want using "Text Formatter" so that we can suggest you a proper resolution.
 

ArshilAhmad

Well-known member
Staff member
Please try using this Pattern: Página1'!A(\d+):[A-Z](\d+)
1727461715970.png
 

ArshilAhmad

Well-known member
Staff member
Make sure the text before the exclamation mark is exactly the same. This will give you the correct result.
1727467045049.png
 
Top