# \[Express\] Smart Relationship do not display global smart action

**URL:** https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924
**Category:** Help me!
**Created:** [July 1, 2022, 3:18pm UTC](https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924 "2022-07-01T15:18:15Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Justin\_Martin](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/justin_martin/32/1028_2.png) [@Justin\_Martin](https://community.forestadmin.com/u/Justin_Martin)
#### Post date: [July 1, 2022, 3:18pm UTC](https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924/1 "2022-07-01T15:18:15Z")

</div>

Hello

I have a global smart-action “Créer une candidature” in my collection “application” :

```javascript
{
  name: 'Créer une candidature',
  endpoint: '/forest/application/actions/create-application',
  type: 'global',
  fields: [{ field: 'Candidat', isRequired: true, type: 'String', reference: 'care-giver.id' }],
}

```

I have a relation Annonce.hasMany(Application), in the related data section “Candidature” I can see my smart-action.

 ![Annonce view](https://europe1.discourse-cdn.com/flex013/uploads/forest/original/2X/6/620e6900367ea4bef5c29d6a4a010852e98714e2.png)

I have a relation Annonce.BelongsTo(Beneficiary), i created a smart-relationship in Beneficiary collection to display the applications (beneficiary.annonce.applications). The data are displayed but i don’t have the smart-action.

 ![Missing global smart actions](https://europe1.discourse-cdn.com/flex013/uploads/forest/original/2X/9/9d3d0570d199eac377a9e9d928641eda3e70f0ef.png)  
But if i select one record i can see the single smart-actions

 ![Single smart actions](https://europe1.discourse-cdn.com/flex013/uploads/forest/original/2X/6/620e6900367ea4bef5c29d6a4a010852e98714e2.png)

- Project name: click-and-care-backoffice
- Team name: ClicknCare
- Environment name: Preprod
- Agent type & version: forest-express-sequelize 8.5.8

---

<div class="post-metadata">

### Author: ![anon62739609](https://avatars.discourse-cdn.com/v4/letter/a/c2a13f/32.png) [@anon62739609](https://community.forestadmin.com/u/anon62739609)
#### Post date: [July 1, 2022, 3:53pm UTC](https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924/2 "2022-07-01T15:53:30Z")

</div>

Hi @Justin_Martin,

I will try to reproduce on Monday.

Have a great week end 😉

---

<div class="post-metadata">

### Author: ![anon62739609](https://avatars.discourse-cdn.com/v4/letter/a/c2a13f/32.png) [@anon62739609](https://community.forestadmin.com/u/anon62739609)
#### Post date: [July 4, 2022, 1:33pm UTC](https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924/6 "2022-07-04T13:33:54Z")

</div>

I do reproduce your issue. I’ll create a ticket. You’ll be able to keep track of the status below:  
[https://sharing.clickup.com/2453539/t/h/2ju0x85/A2TV3NLTMDXCZA2](https://sharing.clickup.com/2453539/t/h/2ju0x85/A2TV3NLTMDXCZA2)

---

<div class="post-metadata">

### Author: ![Justin\_Martin](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/justin_martin/32/1028_2.png) [@Justin\_Martin](https://community.forestadmin.com/u/Justin_Martin)
#### Post date: [July 18, 2022, 1:38pm UTC](https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924/7 "2022-07-18T13:38:39Z")

</div>

Any update about fix ?

---

<div class="post-metadata">

### Author: ![anon39848301](https://avatars.discourse-cdn.com/v4/letter/a/b9e5f3/32.png) [@anon39848301](https://community.forestadmin.com/u/anon39848301)
#### Post date: [July 19, 2022, 7:48am UTC](https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924/8 "2022-07-19T07:48:47Z")

</div>

Hey @Justin_Martin 👋

We’ve released the fix this morning. Could you confirm that the issue is fixed on your end?  
(A hard refresh of the app is necessary)

---

<div class="post-metadata">

### Author: ![Justin\_Martin](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/justin_martin/32/1028_2.png) [@Justin\_Martin](https://community.forestadmin.com/u/Justin_Martin)
#### Post date: [July 19, 2022, 7:53am UTC](https://community.forestadmin.com/t/express-smart-relationship-do-not-display-global-smart-action/4924/9 "2022-07-19T07:53:43Z")

</div>

Perfect work well thanks !
