14-12-22 07:25 PM
15-12-22 06:44 PM
15-12-22 07:05 PM
15-12-22 11:17 PM
20-12-22 01:57 PM
03-03-23 03:23 PM
Hi Eric,
Could you share an example of a Retrieve a particular record action. I tried a number of ways but have not been successful. I wanted to understand the value which needs to be passed in filter? Many thanks in advance
Thanks, Ankita
06-03-23 05:35 PM
I don't have one myself, but I'm checking with the developer of the connector. Stay tuned.
Cheers,
07-03-23 03:14 PM
Hi @AnkitaKarnany,
If you were trying to retrieve two columns(name & accountnumber) from a table called accounts with accountid as the key then set these inputs-
[tablename] = "accounts"
[key] = "accountid"
[filter] = "$select=name,accountnumber"
Note that filter is optional
03-04-23 09:01 AM
Sorry I was away for sometime, thank you so much for your help
03-04-23 09:03 AM
Thanks Shashank, sorry I was away for sometime but I shall give it a go now.
06-06-24 04:12 AM
Hi Ankita - How were you able to retrieve multiple records? I am seeing this below error:
Internal : Unexpected error Error during Web API HTTP Request
HTTP Status Code: 404
HTTP Response Content: {"error":{"code":"0x80060888","message":"Resource not found for the segment 'xxxx'."}}
I am able to get the access token. I just provided the table name. Do i need to give the prefix or use the plural version of the table name?
Let me know! Thanks