• Clients post jobs (done)
• Freelancers see a list of all jobs from all clients(done)
• When freelancer applies for a job, their profile details should come up in the repeating group for the client. This will show the client which freelancers applied for their job.
How can I do this please?
I have a table with all the client jobs and another table with all the freelancers’ details.
In the client jobs table, I have a field which is of type freelancers’ details.
How can I specifically link the two together via the workflow please when the freelancer clicks the apply button?
To resolve the issue just create a field on JOB datatype i.e Applicants with type Freelancers as a list. When a freelancer applies for a JOB add them to the field Applicants. On the Clients side you can then display freelancers interested in each JOB by referencing JOBS’ Applicants
In the client jobs table, I already have a field called ‘who applied for this job’ of type ‘Freelancer information’.
I’ve got this already.
When the freelancer clicks on the apply button, what exactly do I need to add in the workflow so that in the client jobs table, the field called ‘who applied for this job’ of type ‘Freelancer information’ is populated?
Use “Make Changes to Client jobs” and while at it Modify “who applied for this job” by using add current user Freelancer information. {If freelancer information is link to user}
Use “Make Changes to Client jobs” and while at it Modify “who applied for this job” by using add current user Freelancer information. {If freelancer information is link to user}
This part (in bold) is in a different table called Freelancer information. This has fields such as name, why me, previous work etc.