Hi any way to use db values for my http request?
i got my page ready it works when i click add line the show in the table below and saves to a tmp mysql table. How i can use those values to form my raw body of my http request?
instead of those hardcoded values i would like to use this fields that i have in my tmp mysql table of my app
thank you