Hello everyone, I need your help with a workflow
What I’m Trying to Do:
- Calculate Job Balance:
- Use fields from the
Jobs
table. - Include the
Deal
field from the linkedUser
table.
Problem:
- When I try to use
Current Job's User's Deal
in my backend API workflow, it always returns 0.
Details:
Jobs Table: Has a User
field linked to the User
table.
User Table: Has a Deal
field with numeric values.
Steps I’ve Taken:
- Checked the
User
field inJobs
is correctly linked to theUser
table. - Verified the
Deal
field inUser
table contains valid values. - Tried a simple workflow to display
Deal
value, but it still returns 0.
Screen shots:
- this step is working
this part not working (This Jobs’s Users UserDeal(Company)
Any ideas on what might be going wrong? Thanks!