Hello,
I'm trying to insert a new row into my salesforce table "FeedItem". The goal here is to add a 'chatter' message on a specific salesforce account via a bot. Unfortuantly, I'm not actually able to add the FeedItem table from salesforce, because salesforce has a restriction "Implementation restriction: FeedItem requires a filter by Id". Meaning that when appSheet tries to read the table by sending "Select * from FeedItem", the salesforce API rejects the request, because it only allows queries such as "Select * from FeedItem where id='xxxxx'".
So, my question here is; is there any way that I can insert a new row into the FeedItem table, without actually ADDING the table to appSheet? Other no-code products out there such as make.io allow me to do such a thing, but of course, that would be an additional cost...
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |