You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, from what I can tell, only the website/url field is supported when trying to create a connection between a BB url field and a field in pods that returns a url.
Expected Behavior
It would be nice to pull a file URL, for example, from the file upload field when you go to connect something to a BB URL in a module. In my case, created a "download this pdf now" button.
Current Behavior
Currently, the workaround is to use Pods magic tags which allows you to enter any field in pods as a connection.
Possible Solution
Add support for file / image / video field type that may return a URL. I was thinking there might be other fields that this same treatment could benefit, but now looking at the differnet field types, I think this is the only other use-case I can think of for needing this treatment.
Steps to Reproduce (for bugs)
Create file / image / video field in pods
Go to connect a URL field in a BB module to this field in pods
The text was updated successfully, but these errors were encountered:
it's about the output - into field connections that allow only urls - I could add all "file" types to field connection as a URL Output ... e.g the ACF integration allows you to enter field name + output type
Would remove the need to use the magic tag option! file_type_field._src
Issue Overview
Currently, from what I can tell, only the website/url field is supported when trying to create a connection between a BB url field and a field in pods that returns a url.
Expected Behavior
It would be nice to pull a file URL, for example, from the file upload field when you go to connect something to a BB URL in a module. In my case, created a "download this pdf now" button.
Current Behavior
Currently, the workaround is to use Pods magic tags which allows you to enter any field in pods as a connection.
Possible Solution
Add support for file / image / video field type that may return a URL. I was thinking there might be other fields that this same treatment could benefit, but now looking at the differnet field types, I think this is the only other use-case I can think of for needing this treatment.
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: