Which text action should I use?

Tom_153935
Tom_153935 Posts: 76
edited April 2020 in Questions

I would like to know the differences in the use cases and the underlying technology for the following actions:

I'm having trouble understanding how exactly these work, the differences between them, and how I should decide which one to use.

Answers

  • Jozef_783863
    Jozef_783863 Posts: 331 admin
    edited April 2020

    Here is an example where I use Text: Find text next to other text:

    An API GET returns a field with the text below.

    </api/v2/discussions?page=1&categoryID=2&limit=100>; rel="first", </api/v2/discussions?page=1&categoryID=2&limit=100>; rel="next", </api/v2/discussions?page=2&categoryID=2&limit=100>; rel="last"

    From this text, to proceed with my next API GET, I need to pull the "next" page number.

    My screenshot setup shows how I pull the "next" page number using Text: Find text next to other text.

    This output page "1" from the field and allows me to construct an API step to get page 2.