# Return data to input control Block

**URL:** https://forums.losant.com/t/return-data-to-input-control-block/4674
**Category:** Help
**Tags:** dashboard
**Created:** [August 3, 2022, 1:43pm UTC](https://forums.losant.com/t/return-data-to-input-control-block/4674 "2022-08-03T13:43:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jonathan\_Calderon](https://avatars.discourse-cdn.com/v4/letter/j/ecccb3/32.png) [@Jonathan\_Calderon](https://forums.losant.com/u/Jonathan_Calderon)
#### Post date: [August 3, 2022, 1:43pm UTC](https://forums.losant.com/t/return-data-to-input-control-block/4674/1 "2022-08-03T13:43:26Z")

</div>

Hi Losant Team!  
I have this

 ![image](https://us1.discourse-cdn.com/flex015/uploads/getstructure/original/2X/7/7bb48de9b3804d0e3d60d8439af1597f23707221.png)

And i want to know if there is a way to return a boolean or value from the worflow that the button triggers to show an alert. Is it possible with a block input control? or i need a custom html?

Thanks 🙂

---

<div class="post-metadata">

### Author: ![Sebastian\_Turner](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/sebastian_turner/32/4024_2.png) [@Sebastian\_Turner](https://forums.losant.com/u/Sebastian_Turner)
#### Post date: [August 3, 2022, 3:01pm UTC](https://forums.losant.com/t/return-data-to-input-control-block/4674/2 "2022-08-03T15:01:28Z")

</div>

Just to confirm, you’re looking for this button to trigger a workflow and display a custom value? If so, you would want to employ a [Custom HTML Block](https://docs.losant.com/dashboards/custom-html/) that hits an endpoint or webhook.

If you have any further questions, please let me know more specific details on your project and I’ll be happy to help!

---

<div class="post-metadata">

### Author: ![Jonathan\_Calderon](https://avatars.discourse-cdn.com/v4/letter/j/ecccb3/32.png) [@Jonathan\_Calderon](https://forums.losant.com/u/Jonathan_Calderon)
#### Post date: [August 3, 2022, 3:33pm UTC](https://forums.losant.com/t/return-data-to-input-control-block/4674/3 "2022-08-03T15:33:17Z")

</div>

Hi Sebastian.  
Yes, I was looking for the workflow to return a value that triggers an alert (the window that appears at the top of the page with a message) on the html page.  
But thanks i will use a Custm HTML Block. 🙂
