Hi, I am not getting this point that the last edited is not being tracked in ProcFu and fetch in Tapeapp…
Use Case: I have an app with Edit access where users can obvioulsy edit the record. So if a user loged in and any changes made and saved in app then the last edit by should be the person who is currently logged into the app but its not the case, its always showing the person of ProcFu account i.e. on which account the app is built in
@Thaha if you could help? TIA
1 Like
Yes, that’s because you’re using the API to submit the response. ProcFu essentially acts as an interface on top of the Tape API, using the main user’s API token to perform CRUD operations.
Also, the users in ProcFu aren’t actual Tape users, they’re simply records in a “User” app that operate on behalf of the main account holder.
4 Likes
Yeah, I understood this, as we have to use the actual Tape User API Key in ProcFu so it uses that person to create/update records
2 Likes