Hi,
I’m developing a nice tool for the Ragic community so please help me as I am so close making this live. I am not a developer so please can someone help me with a simple solution.
I need to send Ragic API data to another solution by having a URL in a Ragic record form.
What I need is the following:
-
Inside a Ragic record the user click a URL link which I create using the URL field type or a formula field, not sure this is where I need help.
-
When the user clicks the URL link it sends the JSon data to another app. Below is an example of the URL I need in Ragic:
https://othersite.com/api/GetInfo?info={
“_ragicId”: 0,
“_star”: false,
“Name”: “E-00001”,
“StartDateTime”: “2017/12/31 13:00:00”,
“index_calDates”: “d2000466 2017/12/31 13:00:00 d2000467 2018/01/01 14:00:00”,
“EndDateTime”: “2018/01/01 14:00:00”,
“CreatorEmail”: "RagicSolutions@gmail.com",
“Timezone”: “Africa/Johannesburg”,
“TimezoneOffset”: “+0200”,
“Status”: “Test Status”,
“url”: “2020-04-01T09:00:00.000Z”,
“Summary”: “New Year Countdown Party”,
“index_title”: “New Year Countdown Party”,
“Location”: “106, Taipei City, Da\u2019an District”,
“Description”: “Test description for event”,
“Priority”: “0”,
“index”: “”,
“_seq”: 2
} -
I can get the data by https://www.ragic.com/RSDemo/ragicnew-tab/1?api&listing&where=2000463,eq,E-00002 then I need that DATA at the end of the URL https://othersite.com/api/GetInfo?info= created in the Ragic form.
So how can I get the result of point 3 above into the URL in the Ragic form in point 2 above?
Thanks so much for your help.