Recent content by hellorakeshjat

  1. hellorakeshjat

    Assistance Required: Dynamically Generating Input Fields in Custom Pabbly App

    I am currently developing a custom app on Pabbly, where I have an API that returns data in the following format: ```json { "fields": [ { "label": "Name", "key": "name", "type": "text" }, { "label": "Email", "key": "email", "type": "email" }, { "label": "Phone", "key": "phone"...
Top