I’ve built the app completely and now for the last step I can’t understand…

I have a listing tab with a listing price. When people click on the listing they can click on closed deal and enter the monetary value they closed the deal for.

However I can’t seem to understand how to set it up properly in my database and repeating group for it to show.

Screenshot 2024-08-06 144932

Screenshot 2024-08-06 145102

Hi @zakrdalbec,

How is your database setup?

make sure you update the listing closed price with the input’s value at the right time, are you clearing the input during the flow? it should be after the update happens to the listing thing.

Indeed, use the debugger (Step by Step) to see the flow. Also check the logs

I relsoved it now, however the new problem is that when I enter the close price it only changes on the first property… database is like this

Listing - Listing price or Closed Price

I know how to resolve… essentially is because I have first item selected but i don’t know how to make it so it’s only the listing that is cliked on

you’re saying that the closed price changes for the first item in the list, not the selected one? how? aren’t you passing the clicked property to the popup? what’s the expression in your make change to thing workflow?

This is the error.

When i click on the display listing - pop up show up.

When i click on the button closed deal the workflow goes like this:

Make a change to search for listing: first item

Field changed : Closed Price = Input Closed Price edit’s value

I know the error is first item but i don’t understand what other option to pick

The problem is that i don’t see current cell listing.

How do I fix this

you need to make the popup of datatype listing, then when user clicks a single listing from the RG, that listing is displayed in the popup. Then in the make changes workflow, you change the popup’s listing, not the first one in the RG.