Skip to content

Edit objects in Parse.Cloud defined function before response.success #1916

Closed
@CiraciNicolo

Description

@CiraciNicolo

I've defined a parse cloud function that allow me to retrive some objects and I would "add" a calculated property to this object without saving that "new" property.

Let me be clear: in this scenario we have a Feed and a FeedLike entity, I've define a parse.cloud function that returns me the feeds and I would like to edit the feed object adding a calculated property to know if a the query user liked that post. I can retrive Feed and FeedLike both, but if I edit the feed property "liked" (On parse dashboard is a boolean type, undefined for all objects) the response is always nil.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions