Skip to content

Commit f752aff

Browse files
authored
Improve props description
1 parent f7eb161 commit f752aff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/ortto/ortto.app.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ export default {
3131
activityId: {
3232
type: "string",
3333
label: "Activity Id",
34-
description: "The Id of the activity definition. You can find the id by clicking on the activity definition, the id will be in the url \"/activities/{ACTIVITY_ID}/overview\"",
34+
description: "The Id of the activity definition. To find Activity ID, login into your Ortto app > CDP > Activities > Select an activity, then you can find the Activity ID in the browser URL as https://ortto.app/{Org}/activities/{Activity ID}/overview. For example, if your Activity URL is https://ortto.app/pipedreamtest/activities/act::s/overview, then your Activity ID is `act::s`",
3535
},
3636
fields: {
3737
type: "object",
3838
label: "Fields",
39-
description: "An object with the fields of the activity. You can find the fields by clicking on the activity definition and on the Developer button.",
39+
description: "The object containing the fields for a person associated with the event.",
4040
},
4141
attributes: {
4242
type: "object",
4343
label: "Attributes",
44-
description: "An object with the attributes. You can find the attributes by clicking on the activity definition and on the Developer button.",
44+
description: "An object with the attributes. To find Activity attributes, login into your Ortto app > CDP > Activities > Select an activity > Developer.",
4545
},
4646
},
4747
methods: {

0 commit comments

Comments
 (0)