Easy help for $$

Title:
API returns number and saves in database, but not showing in UI

Message:

Hi,

I have a workflow where I send data to an API and receive a numeric value (0–100).

The value is correctly returned and saved in the database (I can see it in App Data), so the data flow itself is working.

However, the number is not appearing in the UI where it should be displayed.

So basically:

  • Data is received :check_mark:

  • Data is saved :check_mark:

  • But it does not show in the element :cross_mark:

I’ll attach screenshots of the setup.

Any idea what could cause this?

image

You are using a Search to get the value, specifically the first item from the search and I imagine you have more rows then 1 in your database. Instead, change the parent group to the type : ˜SocialAssesment" then, in your workflow, add a new step: ‘Display data in group’ and display the results to the group.

Now you have access to the specific value you created, using ‘Parent SocialAssesment’

Yess @th18

Please use that @arturoromerodnb and it will work

So sorry it doesnt work yet :(. Thanks for your response, i am doing what you recommend me . If you wanna another screenshor from any section, tellme, thanks.

Preview the page, generate the value again and post here what values the inspector is showing. Another thing, your user is logged in and has privacy rules? Which ones?

Your display data is referencing the wrong group too! Double check to display only to Group urgency-indicator-container

@th18 is correct. :+1: