21 | Postman Tutorials | Pre-request | Writing pre-request scripts

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 4

  • @priyankamotamarry7188
    @priyankamotamarry7188 Год назад +1

    Thank you..

  • @pavipavithra6464
    @pavipavithra6464 Год назад +1

    Thank you for the video

  • @sree542
    @sree542 6 месяцев назад

    I am trying to extract comma separated values and pass it on as a Array to a property in PUT API request. However, while extracting these values (when extracted in pre-request coming as Object) not getting passed as string of array values ex: ["apple", "banana", "orange"] it is going as ["apple, banana, orange"]. Is there a way i can convert to required format using pre-request scripts ?