Updated.
1.bug fixed.
In the formula, for value with space pls use " and " to quote them, for example: name to "Melqui Castro Isaza"
2. Add UpdateById and DeleteById method.
3. Add FetchIdAndTime property.
Great work Thanks
Great extension!
UPDATE is PUT or PATCH?
I made this manually using WEB component…
However, the WEB component does not have the PATCH method
Coming in the next App Inventor release
Patch, only change the column you specified.
Can you please PM me ?
Pm what???
Click here to download both aix and aia,if needed…
Please pm me i want to talk something other thing
how to get row data by id?
Use select block, set filter to id="the id here"
thanks…
Id is not a number, not the row number. It’s a string. Pls check on airtable database.
it does’nt work for me. can you share blocks for Delete by id and update.
See here about record id
thanx alot. it worked
Please tell me how to use UpdateById.
I want to update the cell value.
First set FetchIdAndTime to true, then you need to get the records with SELECT block, and parse the response to get the id of the record, like dora_paz wrote in last post.
then something like this: