Search found 0 matches
- Wed Mar 09, 2022 11:55 pm
- Forum: Moved from Get Satisfaction
- Topic: Show a appery variable {{item.text}} as html
- Replies: 8
- Views: 2228
Re: Show a appery variable {{item.text}} as html
I know this thread is 6 years old, but it is exactly what i am trying to accomplish. Can someone spell out how i am supposed the get my calendar imbedd html (iframe) in my {{calendar}} variable to actually render? If i paste the html straight into the html element it renders fine, but if i use a var...
- Tue Feb 22, 2022 6:10 pm
- Forum: API Express
- Topic: Using parameters in a Request Body
- Replies: 1
- Views: 1134
Using parameters in a Request Body
Hi Guys, For the API I am calling, I need to include a Body Request to to do a find in the service. If I hard code the value, it works fine: e.g. { "query":[ {"Email": "==email@domain.com"}] } But if I try to use the "email" parameter I am passing into the cal...