Issues with Login

Hi All,

I am building a platform that has two different types of users: “Consultants” and “Companies”. However when I am creating the workflow to Navigate the user to their profile page (once they have created it) in the ‘Data to send’ field when I select ‘Result of step 1 (Create a consultant)’ it brings up an error message for my workflow for the ‘Company’ user - it says that the Data to send should be a User and not 'Result of Step 1 (create a company)…

I hope that makes sense…any help/advice would be extremely appreciated!!

Thanks in advance!

If I get your issue right, I think that you have two different options here:

  1. You make a different profile page for consultants and a different profile page for companies, then you navigate to the appropriate page depending on the type of users.

  2. In your User object, you have a field “Consultant” and a field “Company” (one of which should be empty), and a unique profile page with type “User”. Then you navigate the user to the profile page by sending it the User (not the Consultant or Company field) and in the page, you check the Consultant or Company fields to display appropriate informations.

Does it make sense to you ?

Hi, thanks for responding so quickly!

That does make sense, thanks! I think I will use option 2, I’ll let you know how it works out.

Thanks,