Hi @Leo Cappello ,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
It appears that you're experiencing difficulties with your Logic App while attempting to process a file upload from JotForm and save it to SharePoint. Here are some recommendations to help you troubleshoot the errors you're encountering:
- This error suggests that the Compose action is receiving a null value. Make sure that the input to the Compose action is properly configured and that the expected data is being passed from the previous action. It may be helpful to add a condition to verify whether the input is null before continuing.
- The error message indicates that the URI you're using in the HTTP action is invalid. Ensure that the URI is an absolute URL and does not point to localhost or any UNC paths. Additionally, verify the output from the previous steps to confirm that the URI is correctly formatted.
- Since you indicated that the file is public, please verify that the sharing settings in JotForm permit public access without requiring sign-in. This is essential for the HTTP GET request to function correctly.
- Since you also attempted to use Microsoft Forms and faced similar issues, make sure that the file upload functionality is properly configured and that the files are accessible in the expected format.
- Utilize the run history feature in Logic Apps to examine the outputs of each action step. This can assist in pinpointing where the data may not be passing through correctly.
For your reference, please review the following documentation for further clarification:
Common ways to use a form in a flow
Resolve file upload errors in Microsoft Forms
I hope this answers your query! Let me know if you require any additional help or clarification.